Skip to content

Commit 6f692d1

Browse files
committed
pieeprom-2025-08-13: 2712: Enable the PARTITION_WALK property by default (latest)
* Enable the PARTITION_WALK property by default Previously, the new PARTITION_WALK which searches for bootable partitions after a failure had to be explicitly enabled. Change the default to be enabled by default. It can be switched off by setting PARTITION_WALK=0 in the EEPROM config. * pi5: Fix read for cached copy of PMIC sequencer status Previously, this was overwritten by the RTC event status.
1 parent a9ad050 commit 6f692d1

File tree

3 files changed

+10
-0
lines changed

3 files changed

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

firmware-2712/latest/recovery.bin

0 Bytes
Binary file not shown.

firmware-2712/release-notes.md

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

3+
## 2025-08-13: Enable the PARTITION_WALK property by default (latest)
4+
5+
* Enable the PARTITION_WALK property by default
6+
Previously, the new PARTITION_WALK which searches for bootable
7+
partitions after a failure had to be explicitly enabled. Change
8+
the default to be enabled by default. It can be switched off by
9+
setting PARTITION_WALK=0 in the EEPROM config.
10+
* pi5: Fix read for cached copy of PMIC sequencer status
11+
Previously, this was overwritten by the RTC event status.
12+
313
## 2025-07-17: Fix config key search which could cause camera_autodetect to fail (latest)
414

515
* Fix config key search which could cause camera_autodetect to fail

0 commit comments

Comments
 (0)