Commit b65144ee2f926fd45c5685dbad8d317b800f7a0d
Committed by
Phil Elwell
1 parent
49a2a4f2
Update EEPROM image to latest CM4 manufacturing image + configuration
The manufacuring image now enables SELF_UDPATE and NETWORK boot by default in order to make the initial setup for CM4 based products easier. For embedded or physically inaccessible products the bootloader should be updated to disable self-update. Hardware write-protection should also be configured. The symlink from pieeprom-2021-02-16 to pieeprom.original.bin has been replaced with a simple copy of the file because the Windows installer doesn't seem to support symlinks.
Showing
7 changed files
with
9 additions
and
7 deletions
recovery/boot.conf
| @@ -2,8 +2,11 @@ | @@ -2,8 +2,11 @@ | ||
| 2 | BOOT_UART=0 | 2 | BOOT_UART=0 |
| 3 | WAKE_ON_GPIO=1 | 3 | WAKE_ON_GPIO=1 |
| 4 | POWER_OFF_ON_HALT=0 | 4 | POWER_OFF_ON_HALT=0 |
| 5 | -# Disable bootloader updates from USB MSD & network. | ||
| 6 | -ENABLE_SELF_UPDATE=0 | ||
| 7 | -# SD, PCIe USB MSD, BCM2711 USB MSD, LOOP | ||
| 8 | -BOOT_ORDER=0xf541 | 5 | + |
| 6 | +# Try SD- > USB PCIe MSD -> USB 2.0 BCM XHCI -> Network -> Loop | ||
| 7 | +BOOT_ORDER=0xf2541 | ||
| 8 | + | ||
| 9 | +# Set to 0 to prevent bootloader updates from USB/Network boot | ||
| 10 | +# For remote units EEPROM hardware write protection should be used. | ||
| 11 | +ENABLE_SELF_UPDATE=1 | ||
| 9 | 12 |
recovery/pieeprom-2021-01-16.bin renamed to recovery/pieeprom-2021-02-16.bin
No preview for this file type
recovery/pieeprom.bin
No preview for this file type
recovery/pieeprom.original.bin
0 → 100644
No preview for this file type
recovery/pieeprom.original.bin deleted
No preview for this file type
recovery/pieeprom.sig
win32/rpiboot_setup.exe
No preview for this file type