Skip to content

Commit 1c83bfc

Browse files
committed
pieeprom-2025-11-27: 2712: Stop partition-walk after boot-mode timeout/retries limit (latest)
* pi5: Write over-voltage config to the UART log Write the high level over-voltage configuration to the UART log for diagnostic purposes. * Stop partition-walk after boot-mode timeout/retries limit Fix a fatal assert with USB boot where the partition walk could be retried after the USB timeout/retry limit had been reached. See: #776 * rpiboot: Extend metadata to report status of operations Report success/fail status of recovery operations based on config.txt settings
1 parent 0f936ff commit 1c83bfc

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
2 MB
Binary file not shown.

firmware-2712/latest/recovery.bin

56 Bytes
Binary file not shown.

firmware-2712/release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Raspberry Pi5 bootloader EEPROM release notes
22

3+
## 2025-11-27: Stop partition-walk after boot-mode timeout/retries limit (latest)
4+
5+
* pi5: Write over-voltage config to the UART log
6+
Write the high level over-voltage configuration to the UART log for
7+
diagnostic purposes.
8+
* Stop partition-walk after boot-mode timeout/retries limit
9+
Fix a fatal assert with USB boot where the partition walk could be
10+
retried after the USB timeout/retry limit had been reached.
11+
See: https://github.com/raspberrypi/rpi-eeprom/issues/776
12+
* rpiboot: Extend metadata to report status of operations
13+
Report success/fail status of recovery operations based on config.txt settings
14+
315
## 2025-11-21: Allow longer overlay file paths (latest)
416

517
* recovery: Restore recovery_wait option

0 commit comments

Comments
 (0)