mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
BIN
firmware/beta/pieeprom-2019-12-03.bin
Normal file
BIN
firmware/beta/pieeprom-2019-12-03.bin
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,9 @@
|
|||||||
# Raspberry Pi4 bootloader EEPROM release notes
|
# 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
|
## 2019-11-18 - Git b6a7593d6 (BETA) RC1
|
||||||
First release candidate before this beta is moved to a stable release series.
|
First release candidate before this beta is moved to a stable release series.
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ CONFIG="/etc/default/rpi-eeprom-update"
|
|||||||
cp -rfv "${FIRMWARE_DIR}"/* /lib/firmware/raspberrypi/bootloader
|
cp -rfv "${FIRMWARE_DIR}"/* /lib/firmware/raspberrypi/bootloader
|
||||||
cp -fv "${script_dir}/../rpi-eeprom-config" /usr/bin
|
cp -fv "${script_dir}/../rpi-eeprom-config" /usr/bin
|
||||||
cp -fv "${script_dir}/../rpi-eeprom-update" /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
|
cp -fv "${script_dir}/../rpi-eeprom-update-default" /etc/default/rpi-eeprom-update
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user