diff --git a/firmware/beta/pieeprom-2022-02-04.bin b/firmware/beta/pieeprom-2022-02-04.bin old mode 100755 new mode 100644 diff --git a/firmware/beta/pieeprom-2022-02-16.bin b/firmware/beta/pieeprom-2022-02-16.bin new file mode 100644 index 0000000..dce8dbf Binary files /dev/null and b/firmware/beta/pieeprom-2022-02-16.bin differ diff --git a/firmware/beta/recovery.bin b/firmware/beta/recovery.bin index b5f0a18..fb89713 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 9dad034..ea11bbf 100644 --- a/firmware/release-notes.md +++ b/firmware/release-notes.md @@ -1,5 +1,21 @@ # Raspberry Pi4 bootloader EEPROM release notes +## 2022-02-16 - Net Install fixes - BETA + Net install changes. + * Got rid of confirmation step that required you to press to + initiate net install. Now just long press + * Updated the screen text to make it more obvious the device is still + trying boot when the net install is showing. + * Fixed a DHCP net install bug which caused us to lose the + gateway address. + * Fixed a bug with the uIP timers which could cause net install to + always fail. + * Implemented resume and retry on download failure. + + Other interesting changes. + * Allow smaller MSD discovery timeouts to be specified. + * Some tweaks and fixes to IPV6 netboot. + ## 2022-02-08 - Fix secure-boot boot failure - STABLE * Fix boot failure regression on boards which had the OTP secure boot bits set.