diff --git a/firmware-2711/latest/pieeprom-2025-09-23.bin b/firmware-2711/latest/pieeprom-2025-09-23.bin new file mode 100644 index 0000000..45e2a86 Binary files /dev/null and b/firmware-2711/latest/pieeprom-2025-09-23.bin differ diff --git a/firmware-2711/latest/recovery.bin b/firmware-2711/latest/recovery.bin index 8bf9e67..d74902e 100644 Binary files a/firmware-2711/latest/recovery.bin and b/firmware-2711/latest/recovery.bin differ diff --git a/firmware-2711/release-notes.md b/firmware-2711/release-notes.md index 26929b3..75cedf4 100644 --- a/firmware-2711/release-notes.md +++ b/firmware-2711/release-notes.md @@ -1,5 +1,14 @@ # Raspberry Pi4 bootloader EEPROM release notes +## 2025-09-23: Fix network install regression on Pi4 (latest) + +* Fix network install regression on Pi4 + Fix an issue with the ECDSA signature code which caused network + install to fail to load on Pi4. +* Fix TFTP to allow larger files + Allow TFTP block counter to rollover to 0. + See: https://github.com/raspberrypi/rpi-eeprom/issues/720 + ## 2025-09-22: Add LZ4 decompressor (latest) * Add LZ4 decompressor