Skip to content

Commit 8925c22

Browse files
committed
Add hardware and change .md syntax
1 parent c247bd5 commit 8925c22

File tree

1 file changed

+18
-16
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/esp32-upload

1 file changed

+18
-16
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/esp32-upload/esp32-upload.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Arduino UNO R4 WiFi Upload to ESP32
33
description: Learn how to upload firmware to the ESP32-S3 on the UNO R4 WiFi
44
author: Hannes Siebeneicher
55
tags: [ESP32, esptool, Flash]
6+
hardware:
7+
- hardware/02.hero/boards/uno-r4-wifi
68
---
79

810
***This article is not suitable for beginners as it easily breaks your board especially when the serial bridge is not properly implemented.***
@@ -63,23 +65,23 @@ Restoring the default firmware varies slightly depending on which operating syst
6365

6466
**Windows**
6567

66-
1. [Download the latest firmware](https://github.com/arduino/uno-r4-wifi-usb-bridge/releases/download/0.2.0/unor4wifi-update-windows.zip) and unzip it.
68+
- [Download the latest firmware](https://github.com/arduino/uno-r4-wifi-usb-bridge/releases/download/0.2.0/unor4wifi-update-windows.zip) and unzip it.
6769

68-
2. Unplug all the USB devices except for your **UNO R4 WiFi**.
70+
- Unplug all the USB devices except for your **UNO R4 WiFi**.
6971

70-
3. Open the **update.bat** file - if a warning dialog appears, click on "More info" and then "Run anyway".
72+
- Open the **update.bat** file - if a warning dialog appears, click on "More info" and then "Run anyway".
7173

72-
4. Follow the steps inside the terminal and select your board from the device list (if you still see more than one device after unplugging everything apart from the board, check under Windows' Device Manager)
74+
- Follow the steps inside the terminal and select your board from the device list (if you still see more than one device after unplugging everything apart from the board, check under Windows' Device Manager)
7375

74-
5. Once done, unplug the board, connect it again and you should have the default firmware installed again.
76+
- Once done, unplug the board, connect it again and you should have the default firmware installed again.
7577

7678
**MacOS**
7779

78-
1. [Download the latest firmware](https://github.com/arduino/uno-r4-wifi-usb-bridge/releases/download/0.2.0/unor4wifi-update-macos.zip) and unzip it.
80+
- [Download the latest firmware](https://github.com/arduino/uno-r4-wifi-usb-bridge/releases/download/0.2.0/unor4wifi-update-macos.zip) and unzip it.
7981

80-
2. Unplug all the USB devices except for your **UNO R4 WiFi**.
82+
- Unplug all the USB devices except for your **UNO R4 WiFi**.
8183

82-
3. Right-click on the folder, select "New terminal at folder" (you might find it under "Services"), and launch the following commands:
84+
- Right-click on the folder, select "New terminal at folder" (you might find it under "Services"), and launch the following commands:
8385

8486
```
8587
chmod a+x update.command
@@ -93,32 +95,32 @@ sudo xattr -d com.apple.quarantine bin/espflash
9395
sudo xattr -d com.apple.quarantine bin/unor4wifi-reboot-macos
9496
```
9597

96-
4. Launch this command in your terminal:
98+
- Launch this command in your terminal:
9799

98100
```
99101
./update.command
100102
```
101103

102-
5. Follow the steps inside the terminal and select your board from the device list, it is listed as
104+
- Follow the steps inside the terminal and select your board from the device list, it is listed as
103105
/dev/tty.usbmodem141301 - USB JTAG_serial debug unit.
104106

105-
6. Once done, unplug the board, connect it again and you should have the default firmware installed again.
107+
- Once done, unplug the board, connect it again and you should have the default firmware installed again.
106108

107109
**Linux**
108110

109-
1. [Download the latest firmware](https://github.com/arduino/uno-r4-wifi-usb-bridge/releases/download/0.2.0/unor4wifi-update-linux.zip) and unzip it.
111+
- [Download the latest firmware](https://github.com/arduino/uno-r4-wifi-usb-bridge/releases/download/0.2.0/unor4wifi-update-linux.zip) and unzip it.
110112

111-
2. Unplug all the USB devices except for your **UNO R4 WiFi**.
113+
- Unplug all the USB devices except for your **UNO R4 WiFi**.
112114

113-
3. Right-click on the folder, select "Open in Terminal" and launch the following command:
115+
- Right-click on the folder, select "Open in Terminal" and launch the following command:
114116

115117
```
116118
sudo ./update.sh
117119
```
118120

119-
4. Follow the steps inside the terminal and answer yes to the first question, no to the second.
121+
- Follow the steps inside the terminal and answer yes to the first question, no to the second.
120122

121-
5. Once done, unplug the board, connect it again and you should have the default firmware installed again.
123+
- Once done, unplug the board, connect it again and you should have the default firmware installed again.
122124

123125
Alternatively you can also repeat **Step 1** and **Step 2** using the ``.bin`` file found inside the ``.zip`` file using the esptool.
124126

0 commit comments

Comments
 (0)