Skip to content

Commit d9e42ab

Browse files
Apply suggestions from code review
Co-authored-by: Renat0Ribeir0 <[email protected]>
1 parent 5d9f9f8 commit d9e42ab

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,20 @@ Follow these steps:
2525
* [unor4wifi-update-linux.zip](https://github.com/arduino/uno-r4-wifi-usb-bridge/releases/latest/download/unor4wifi-update-linux.zip){.link-download}
2626
1. Open your system's command line application inside the extracted folder.
2727
* **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**.
28-
* **macOS:** Control-click on the unzipped `unor4wifi-update-macos` folder and select "**New Terminal at Folder**" from the context menu. A terminal window will open.
28+
* **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.
2929
* **Linux:** Open [a command line terminal](https://ubuntu.com/tutorials/command-line-for-beginners) in the extracted folder.
3030
1. Run the command:
3131
* **Windows:** `bin\espflash write-bin -b 115200 0x0 (Get-Item .\firmware\UNOR4-WIFI-S3-*.bin).FullName`
3232
* **macOS/Linux:** `./bin/espflash write-bin -b 115200 0x0 firmware/UNOR4-WIFI-S3-*.bin`
33+
> [!NOTE]
34+
> 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 Preferences > Privacy & Security_, and under _Security_, click _Allow Anyway_ to allow espflash to run .
35+
3336
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.
34-
* **Windows:** The board will have a name like "USB Serial device". <!-- TODO: Confirm name -->
37+
* **Windows:** The board will have a name like "USB Serial Device".
3538
* **macOS:** The board will be named "USB JTAG_serial debug unit". Two ports with this name will be available, select the port that starts with `/dev/cu.usbmodem*`. <!-- TODO: Same for Linux, probably. Confirm this. -->
3639
* If you can't find it, try following steps 1–3 again.
3740

38-
1. The terminal window will now show the following prompt:
41+
1. The terminal window may show the following prompt:
3942

4043
```text
4144
? Remember this serial port for future use? (y/n) ›

0 commit comments

Comments
 (0)