File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11:floppy_disk : ` bootloaders/UNO_R4 `
22====================================
3- Compiled with
3+
4+ # To compile bootloader:
5+
6+ Download this file (https://github.com/arduino/arduino-renesas-bootloader/blob/main/compile-bootloader.sh )
7+ using either:
8+ ``` bash
9+ curl -O https://raw.githubusercontent.com/arduino/arduino-renesas-bootloader/refs/heads/main/compile-bootloader.sh
10+ ```
11+ or
12+ ``` bash
13+ wget https://raw.githubusercontent.com/arduino/arduino-renesas-bootloader/refs/heads/main/compile-bootloader.sh
14+ ```
15+ Ensure that ` compile-bootloader.sh ` is executable.
16+ If it is not run: ` chmod +x compile-bootloader.sh `
17+ Launch the script:
18+ ``` bash
19+ ./compile-bootloader.sh R4-wifi
20+ ```
21+ for Uno R4 Wifi bootloader or
22+ ``` bash
23+ ./compile-bootloader.sh R4-minima
24+ ```
25+ for Uno R4 Minima
26+ and follow the script instructions.
27+
28+
29+ # Old instructions:
30+
31+ Bootloader was compiled with (Old compiling instructions ** * DEPRECATED *** )
432``` bash
533git clone https://github.com/arduino/arduino-renesas-bootloader
634git clone https://github.com/hathach/tinyusb
You can’t perform that action at this time.
0 commit comments