Skip to content

Commit 01e15e1

Browse files
committed
Minor updates/refinements [HC-1663]
1 parent 04d706c commit 01e15e1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/Hardware Support/UNO/Restore-the-USB-connectivity-firmware-on-UNO-R4-WiFi-with-espflash.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ You may want to use this procedure if:
1515
Follow these steps:
1616

1717
1. Unplug UNO R4 WiFi and any non-essential USB devices from your computer.
18+
1819
1. On the board, find the **GND** and **Download** pins on the 6-pin header next to the USB-C connector:
1920

2021
![The GND and Download ESP32 pins.](img/esp32-data-pins.png)
22+
2123
1. Connect the board to your computer while shorting the GND and Download pins.
2224

2325
* This can easily be done by connecting a female-to-female jumper wire between the two pins.
@@ -31,14 +33,14 @@ Follow these steps:
3133
* [unor4wifi-update-linux.zip](https://github.com/arduino/uno-r4-wifi-usb-bridge/releases/latest/download/unor4wifi-update-linux.zip){.link-download}
3234
1. Open your system's command line application inside the extracted folder.
3335
* **Windows:** Hold <kbd>⇧Shift</kbd> and right-click any blank space inside the extracted folder. In the context menu, select **Open command window here / Open PowerShell window here**.
34-
* **macOS:** Control-click on the extracted `unor4wifi-update-macos` folder and select "**New Terminal at Folder**" from the context menu. A terminal window will open.
36+
* **macOS:** Control-click on the extracted `unor4wifi-update-macos` folder and select "**Services > New Terminal at Folder**" from the context menu. A terminal window will open.
3537
* **Linux:** Open [a command line terminal](https://ubuntu.com/tutorials/command-line-for-beginners) in the extracted folder.
3638
1. Run the command:
3739
* **Windows:** `bin\espflash write-bin -b 115200 0x0 (Get-Item .\firmware\UNOR4-WIFI-S3-*.bin).FullName`
3840
* **macOS/Linux:** `./bin/espflash write-bin -b 115200 0x0 firmware/UNOR4-WIFI-S3-*.bin`
3941

4042
> [!NOTE]
41-
> If you're using macOS, you may need to adjust your system's security settings to allow this command if you encounter a warning pop-up. To proceed, go to _System Settings > Privacy & Security_, and under _Security_, click _Allow Anyway_ to allow espflash to run.
43+
> If you're using macOS, you may need to adjust your system's security settings to allow this command if you encounter a warning pop-up. In the System Settings app, select _Privacy & Security_ and scroll down to the _Security_ section. Click _Allow Anyway_ to allow espflash to run, and repeat the previous step.
4244
4345
1. The terminal window might now show a list of the serial ports present on your computer. Use the arrow keys on your keyboard to select the port for the board and then press the <kbd>**Enter**</kbd> key.
4446
* **Windows:** The board will have a name like "USB Serial Device".
@@ -67,5 +69,5 @@ Follow these steps:
6769

6870
1. Close the terminal window.
6971
1. Disconnect the USB cable of the **UNO R4 WiFi** board from your computer.
70-
1. Ensure that the Download pin is no longer shorted.
72+
1. Ensure that the Download and GND pins are no longer shorted.
7173
1. Connect the **UNO R4 WiFi** board to your computer with the USB cable again.

0 commit comments

Comments
 (0)