Skip to content

Commit 336380b

Browse files
Merge pull request #1411 from arduino/Hannes7eicher/Minima-Cheat-Sheet-Fix
Update cheat-sheet.md
2 parents ccd1be8 + 5c1a2cb commit 336380b

File tree

1 file changed

+6
-4
lines changed
  • content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet

1 file changed

+6
-4
lines changed

Diff for: content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -509,25 +509,27 @@ CanMsg const msg = CAN.read(); //read
509509
In case you need to flash the bootloader on the UNO R4 Minima, you can follow the steps below:
510510

511511
**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).
513513

514514
**Step 2**
515515
Navigate to: "C:\Users\YourWindowsUserName\AppData\Local\Arduino15\packages\arduino\hardware\
516516
renesas\0.5.0\bootloaders\SANTIAGO"
517517

518518
**Step 3**
519-
Identify the **dfu.exe**
519+
Identify the `dfu_minima.hex`
520520

521521
**Step 4**
522522
Install the Renesas flash programmer ([download page](https://www.renesas.com/us/en/software-tool/renesas-flash-programmer-programming-gui))
523523

524524
***The Renesas flash programmer is currently only available on Windows.***
525525

526526
**Step 5**
527-
To flash the bootloader:
528-
- Select dfu.exe.
527+
Flash the bootloader using the Renesas programmer:
528+
- Select `dfu_minima.hex`.
529529
- Connect your board.
530530
- Short the BOOT and GND pin found on the UNO R4 Minima.
531531
- Go to the Connect Settings tab.
532532
- Select the COM port in the Tool > select the port shown in the IDE.
533533
- 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

Comments
 (0)