Skip to content

Commit aef6457

Browse files
authored
Merge pull request #51 from per1234/use-help-center-restore-instructions
Replace firmware restoration instructions with link to duplicate Help Center content
2 parents 0841ce8 + 850e90b commit aef6457

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ espflash write-bin -b 115200 0x0 S3.bin
4949

5050
## Update your board
5151

52-
To flash the firmware the board needs to be in `ESP download` mode. This can be done [manually](unor4wifi-updater#option-2) or using the [unor4wifi-updater](unor4wifi-updater) script.
52+
To flash the firmware the board needs to be in `ESP download` mode. This can be done [manually](https://support.arduino.cc/hc/en-us/articles/9670986058780-Update-the-connectivity-module-firmware-on-UNO-R4-WiFi#espflash) or using the [unor4wifi-updater](unor4wifi-updater) script.
5353

5454
Alternatively you can also use the `download.sh` script to update the firmware using the `arduino-cli`. Also in this case the `download.sh` script
5555
should be invoked after putting the board in `ESP download` mode.

unor4wifi-updater/README.md

+2-17
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,7 @@ Running the script from the terminal instead of double click should avoid the co
6060
Disconnect and connect again your UNO R4 WiFi from your PC and re-run the script.
6161

6262
## Option 2
63-
Manually put the UNO R4 WiFi in ESP mode
6463

65-
1. Disconnect the UNO R4 WiFi from your PC
66-
2. Short the pins highlighted in the image using a jumper wire
64+
Follow the "**Run espflash directly**" instructions provided in this Arduino Help Center article:
6765

68-
![image](https://github.com/pennam/UnoR4WiFiUpdate/assets/20436476/b271759e-5d7b-44f5-954e-15bc0f7feae9)
69-
70-
3. Connect the UNO R4 WiFi to your PC
71-
4. From the root folder of the downloaded .zip file run
72-
73-
#### Linux and MacOS
74-
`./bin/espflash write-bin -b 115200 0x0 firmware/UNOR4-WIFI-S3-0.2.0-rc1.bin`
75-
76-
#### Windows
77-
`bin\espflash write-bin -b 115200 0x0 firmware\UNOR4-WIFI-S3-0.2.0-rc1.bin`
78-
79-
5. Disconnect your UNO R4 WiFi from your PC
80-
6. Remove the jumper wire
81-
7. Connect the board to your PC again and enjoy
66+
https://support.arduino.cc/hc/en-us/articles/9670986058780-Update-the-connectivity-module-firmware-on-UNO-R4-WiFi#espflash

0 commit comments

Comments
 (0)