Skip to content

Commit afbef47

Browse files
committed
bootloader: changed description to use new bootloader script
1 parent 63662f0 commit afbef47

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

bootloaders/UNO_R4/README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
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
533
git clone https://github.com/arduino/arduino-renesas-bootloader
634
git clone https://github.com/hathach/tinyusb

0 commit comments

Comments
 (0)