diff --git a/firmware/beta/recovery.bin b/firmware/beta/recovery.bin index 72bfa7a..ffa83bb 100644 Binary files a/firmware/beta/recovery.bin and b/firmware/beta/recovery.bin differ diff --git a/firmware/release-notes.md b/firmware/release-notes.md index 1a28193..8056b45 100644 --- a/firmware/release-notes.md +++ b/firmware/release-notes.md @@ -3,6 +3,10 @@ USB MSD boot also requires the firmware from Raspberry Pi OS 2020-08-20 or newer. https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md +## 2021-04-13 - Fix error pattern in recovery.bin BETA/STABLE + * Fix recovery.bin error handler so that the LED error pattern is still + displayed even if HDMI or SDRAM fail. + ## 2021-03-18 - Fix occasional reboot fail on Pi4B pre 1.4 - STABLE * Fix GPIO expander reset issue on some Pi4B 1.1 to 1.3 boards diff --git a/firmware/stable/recovery.bin b/firmware/stable/recovery.bin index ca451fb..ffa83bb 100644 Binary files a/firmware/stable/recovery.bin and b/firmware/stable/recovery.bin differ