Skip to content

Commit 355ca86

Browse files
authored
Docs: UNO R4 WiFi fix command to flash bootloader
Starting from release 0.2.0 of uno-r4-wifi-usb-bridge firmware -dtr flag is needed in order to flash the bootloader
1 parent 5020fd4 commit 355ca86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootloaders/UNO_R4/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ stty -F $portname 2400
4545

4646
Then flash the bootloader with [`rfp-cli`](https://www.renesas.com/us/en/software-tool/renesas-flash-programmer-programming-gui#download)
4747
```
48-
rfp-cli -device ra -port $portname -p dfu_wifi.hex
48+
rfp-cli -device ra -dtr -port $portname -p dfu_wifi.hex
4949
```
5050

5151
:rocket: `How to load bootloader (UNO R4 Minima)`

0 commit comments

Comments
 (0)