diff --git a/firmware/beta/pieeprom-2019-12-03.bin b/firmware/beta/pieeprom-2019-12-03.bin new file mode 100644 index 0000000..e27b2c2 Binary files /dev/null and b/firmware/beta/pieeprom-2019-12-03.bin differ diff --git a/firmware/beta/recovery.bin b/firmware/beta/recovery.bin index 512b1c4..c69c191 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 52e92b0..1257007 100644 --- a/firmware/release-notes.md +++ b/firmware/release-notes.md @@ -1,5 +1,9 @@ # Raspberry Pi4 bootloader EEPROM release notes +## 2019-12-03 - Git f0d7269d4 (BETA) RC2 + * Fix handling of multiple menu options with TFTP Option43 + * Ignore unsupported modes in BOOT_ORDER instead of stopping. + ## 2019-11-18 - Git b6a7593d6 (BETA) RC1 First release candidate before this beta is moved to a stable release series. diff --git a/test/install b/test/install index e2755c3..ed667b6 100755 --- a/test/install +++ b/test/install @@ -22,7 +22,7 @@ CONFIG="/etc/default/rpi-eeprom-update" cp -rfv "${FIRMWARE_DIR}"/* /lib/firmware/raspberrypi/bootloader cp -fv "${script_dir}/../rpi-eeprom-config" /usr/bin cp -fv "${script_dir}/../rpi-eeprom-update" /usr/bin -cp -fv "${script_dir}/../vl805" /usr/bin +cp -fv "${script_dir}/../firmware/vl805" /usr/bin cp -fv "${script_dir}/../rpi-eeprom-update-default" /etc/default/rpi-eeprom-update