Skip to content

Commit 6c61bf5

Browse files
committed
recovery: Merge recovery targets into one
Since rpiboot supports device specific file lookup, merge the recovery target into one. This will simpliy the usage as a user only needs to run rpiboot -d recovery regardeless which target device is used. Signed-off-by: Nicolai Buchwitz <n.buchwitz@kunbus.com>
1 parent 5ac10b8 commit 6c61bf5

19 files changed

+8
-44
lines changed

Readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ via RPIBOOT on Compute Module 4 and Compute Module 5.
133133

134134
| Directory | Description |
135135
| ----------| ----------- |
136-
| [recovery](recovery/README.md) | Updates the bootloader EEPROM on a Compute Module 4 |
137-
| [recovery5](recovery5/README.md) | Updates the bootloader EEPROM on a Raspberry Pi 5 |
136+
| [recovery](recovery/README.md) | Updates the bootloader EEPROM on a Compute Module 4 / Raspberry Pi 5 |
138137
| [mass-storage-gadget64](mass-storage-gadget64/README.md) | Mass storage gadget with 64-bit Kernel for BCM2711 and BCM2712 |
139138
| [secure-boot-recovery](secure-boot-recovery/README.md) | Pi4 secure-boot bootloader flash and OTP provisioning |
140139
| [secure-boot-recovery5](secure-boot-recovery5/README.md) | Pi5 secure-boot bootloader flash and OTP provisioning |
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../firmware/2711/pieeprom.bin

recovery/2711/update-pieeprom.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../tools/update-pieeprom.sh
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../firmware/2712/pieeprom.bin

recovery/2712/update-pieeprom.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../tools/update-pieeprom.sh

0 commit comments

Comments
 (0)