File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
content/hardware/02.hero/boards/uno-r4-wifi/tutorials/esp32-upload Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -81,23 +81,23 @@ Restoring the default firmware varies slightly depending on which operating syst
81
81
82
82
3 . Right-click on the folder, select "New terminal at folder" (you might find it under "Services"), and launch the following commands:
83
83
84
- ``
84
+ ```
85
85
chmod a+x update.command
86
- ``
86
+ ```
87
87
88
- ``
88
+ ```
89
89
sudo xattr -d com.apple.quarantine bin/espflash
90
- ``
90
+ ```
91
91
92
- ``
92
+ ```
93
93
sudo xattr -d com.apple.quarantine bin/unor4wifi-reboot-macos
94
- ``
94
+ ```
95
95
96
96
4 . Launch this command in your terminal:
97
97
98
- ``
98
+ ```
99
99
./update.command
100
- ``
100
+ ```
101
101
102
102
5 . Follow the steps inside the terminal and select your board from the device list, it is listed as
103
103
/dev/tty.usbmodem141301 - USB JTAG_serial debug unit.
@@ -112,9 +112,9 @@ sudo xattr -d com.apple.quarantine bin/unor4wifi-reboot-macos
112
112
113
113
3 . Right-click on the folder, select "Open in Terminal" and launch the following command:
114
114
115
- ``
115
+ ```
116
116
sudo ./update.sh
117
- ``
117
+ ```
118
118
119
119
4 . Follow the steps inside the terminal and answer yes to the first question, no to the second.
120
120
You can’t perform that action at this time.
0 commit comments