Skip to content

Commit b25f36f

Browse files
committed
Content update (bootloader section on the user manual)
1 parent abfbf29 commit b25f36f

File tree

2 files changed

+12
-3
lines changed
  • content/hardware/03.nano/boards/nano-r4/tutorials

2 files changed

+12
-3
lines changed

content/hardware/03.nano/boards/nano-r4/tutorials/01.user-manual/content.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2333,6 +2333,16 @@ The Nano R4's bootloader offers the following technical specifications:
23332333

23342334
### Bootloader File Location
23352335

2336+
The bootloader file (`dfu_nano.hex`) can be obtained in two ways:
2337+
2338+
**Option 1: Direct Download (recommended)**:
2339+
2340+
Download directly from the Arduino GitHub repository:
2341+
2342+
- [Download dfu_nano.hex](https://github.com/arduino/ArduinoCore-renesas/blob/main/bootloaders/NANOR4/dfu_nano.hex)
2343+
2344+
**Option 2: From Arduino IDE Installation**:
2345+
23362346
The bootloader file (`dfu_nano.hex`) is automatically installed with the Arduino UNO R4 Boards core. You can find it in the following locations:
23372347

23382348
**Windows:**
@@ -2376,8 +2386,7 @@ For detailed step-by-step instructions on recovering and reflashing the bootload
23762386
- Verifying successful bootloader restoration
23772387
- Troubleshooting common issues
23782388

2379-
***__Important note__: Bootloader recovery is a low-level operation that should only be performed when necessary. __Always ensure you have a stable power supply and follow the tutorial instructions carefully to avoid damaging your board__. If you're unsure whether you need bootloader recovery, try standard troubleshooting steps first or contact [Arduino Support](https://www.arduino.cc/en/contact-us/) for assistance.***
2380-
2389+
***__Important note__: Bootloader recovery should only be performed when necessary. Ensure stable power supply and follow the tutorial instructions carefully. The process requires only the Renesas Flash Programmer tool and the bootloader file.***
23812390

23822391
### Maintaining Bootloader Health
23832392

content/hardware/03.nano/boards/nano-r4/tutorials/03.bootloader-flashing/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The Nano R4 includes a special hardware feature that enables bootloader recovery
6363

6464
### Obtaining the Bootloader File
6565

66-
**Option 1: Direct Download (Recommended)**
66+
**Option 1: Direct Download (recommended)**
6767

6868
Download the bootloader file directly from the Arduino Renesas Core GitHub repository:
6969

0 commit comments

Comments
 (0)