Skip to content

Commit 1f48b3f

Browse files
authored
Merge pull request #26 from arduino/doc-rfp-cli
Fix: link to download page for rfp-cli.
2 parents 149f78b + f010828 commit 1f48b3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bootloaders/SANTIAGO/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ So, to reflash the bootloader, change the port baud to 2400
4343
stty -F $portname 2400
4444
```
4545

46-
Then flash the bootloader with
46+
Then flash the bootloader with [`rfp-cli`](https://www.renesas.com/us/en/software-tool/renesas-flash-programmer-programming-gui#download)
4747
```
4848
rfp-cli -device ra -port $portname -p dfu_leven.hex
4949
```
@@ -54,7 +54,7 @@ rfp-cli -device ra -port $portname -p dfu_leven.hex
5454
Reboot the board with BOOT shorted to GND
5555
The board will enumerate as Renesas RA USB Boot
5656

57-
Then flash the bootloader with
57+
Then flash the bootloader with [`rfp-cli`](https://www.renesas.com/us/en/software-tool/renesas-flash-programmer-programming-gui#download)
5858
```
5959
rfp-cli -device ra -port $portname -p dfu_minima.hex
60-
```
60+
```

0 commit comments

Comments
 (0)