You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using any Portenta carrier **with USB A connector**, toggle the BOOT dip-switch, connect to the PC using a very uncommon USB-A to USB-A cable and reset the board.
20
+
The board will enumerate as Renesas RA USB Boot
21
+
22
+
Then flash the bootloader with [`rfp-cli`](https://www.renesas.com/us/en/software-tool/renesas-flash-programmer-programming-gui#download)
23
+
```
24
+
rfp-cli -device ra -port $portname -p dfu_c33.hex
25
+
```
26
+
27
+
Otherwise, the same hex file can be loaded through the SWD port (using a Jlink for example)
0 commit comments