Skip to content

Commit 12fde4b

Browse files
committed
pieeprom-2025-11-21: 2712: Allow longer overlay file paths (latest)
* recovery: Restore recovery_wait option Restore the recovery_wait config.txt option. If this option is set then recovery.bin will not rename itself or reboot. Instead flash the activity LED on completion. This option can be useful when creating an SD card to erase the EEPROM or program the RPIBOOT gpio on multiple devices. If recovery_wait=1 and recovery.bin is run from the SD card then indicate success of erase_eeprom=1 or program_rpiboot_gpio=N was set instead of requiring the EEPROM to be updated. * Load RP1 firmware whilst DDR is initialising * Allow longer overlay file paths load_dtoverlay uses the variable "filename" to hold the full path to an overlay. As such it should be declared using LDFILEPATH_MAX, not LDFILENAME_MAX. See: raspberrypi/firmware#2004
1 parent f38dbcb commit 12fde4b

File tree

3 files changed

+18
-0
lines changed

3 files changed

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

firmware-2712/latest/recovery.bin

48 Bytes
Binary file not shown.

firmware-2712/release-notes.md

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

3+
## 2025-11-21: Allow longer overlay file paths (latest)
4+
5+
* recovery: Restore recovery_wait option
6+
Restore the recovery_wait config.txt option. If this option is set
7+
then recovery.bin will not rename itself or reboot. Instead flash
8+
the activity LED on completion.
9+
This option can be useful when creating an SD card to erase the
10+
EEPROM or program the RPIBOOT gpio on multiple devices.
11+
If recovery_wait=1 and recovery.bin is run from the SD card then
12+
indicate success of erase_eeprom=1 or program_rpiboot_gpio=N was
13+
set instead of requiring the EEPROM to be updated.
14+
* Load RP1 firmware whilst DDR is initialising
15+
* Allow longer overlay file paths
16+
load_dtoverlay uses the variable "filename" to hold the full path to an
17+
overlay. As such it should be declared using LDFILEPATH_MAX, not
18+
LDFILENAME_MAX.
19+
See: https://github.com/raspberrypi/firmware/issues/2004
20+
321
## 2025-11-09: Promote 2025-11-05 to the default release (default)
422

523
## 2025-11-05: arm_loader: Add iommu_dma_numa_policy=interleave when needed (latest)

0 commit comments

Comments
 (0)