Skip to content

Replace codenames in bootloader paths and README #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:floppy_disk: `bootloaders/SANTIAGO`
:floppy_disk: `bootloaders/UNO_R4`
====================================
Sources for Uno R4 WIFi at [email protected]:bcmi-labs/tinyusb.git , commit 185ae31ff15a1013a5a890455220a29bad1ed209

Expand All @@ -21,7 +21,7 @@ Prerequisite: install esp-idf v5.0.0 (or newer) and run
```
. $esp-idf-path/export.sh

cd extras/santiago-leven-usb-bridge
cd extras/uno-r4-wifi-usb-bridge
```

Restart the board in ESP download mode by shorting ESP_DOWNLOAD with GND, then power via USB
Expand All @@ -45,7 +45,7 @@ stty -F $portname 2400

Then flash the bootloader with
```
rfp-cli -device ra -port $portname -p dfu_leven.hex
rfp-cli -device ra -port $portname -p dfu_wifi.hex
```

:rocket: `How to load bootloader (UNO R4 Minima)`
Expand All @@ -57,4 +57,4 @@ The board will enumerate as Renesas RA USB Boot
Then flash the bootloader with
```
rfp-cli -device ra -port $portname -p dfu_minima.hex
```
```
File renamed without changes.
File renamed without changes.