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
In case you need to flash the bootloader on the UNO R4 Minima, you can follow the steps below:
510
510
511
511
**Step 1**
512
-
Install the [Renesas](https://github.com/arduino/ArduinoCore-renesas)core.
512
+
Install the [UNO R4 Board Package](https://github.com/arduino/ArduinoCore-renesas)as described in the [Getting Started Guide](/tutorials/uno-r4-minima/minima-getting-started).
513
513
514
514
**Step 2**
515
515
Navigate to: "C:\Users\YourWindowsUserName\AppData\Local\Arduino15\packages\arduino\hardware\
516
516
renesas\0.5.0\bootloaders\SANTIAGO"
517
517
518
518
**Step 3**
519
-
Identify the **dfu.exe**
519
+
Identify the `dfu_minima.hex`
520
520
521
521
**Step 4**
522
522
Install the Renesas flash programmer ([download page](https://www.renesas.com/us/en/software-tool/renesas-flash-programmer-programming-gui))
523
523
524
524
***The Renesas flash programmer is currently only available on Windows.***
525
525
526
526
**Step 5**
527
-
To flash the bootloader:
528
-
- Select dfu.exe.
527
+
Flash the bootloader using the Renesas programmer:
528
+
- Select `dfu_minima.hex`.
529
529
- Connect your board.
530
530
- Short the BOOT and GND pin found on the UNO R4 Minima.
531
531
- Go to the Connect Settings tab.
532
532
- Select the COM port in the Tool > select the port shown in the IDE.
533
533
- Press start.
534
+
535
+
***For more details check the `README.md` or the [GitHub page](https://github.com/arduino/ArduinoCore-renesas/tree/main/bootloaders/UNO_R4).***
0 commit comments