Commit b65144ee2f926fd45c5685dbad8d317b800f7a0d

Authored by tim
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.
recovery/boot.conf
... ... @@ -2,8 +2,11 @@
2 2 BOOT_UART=0
3 3 WAKE_ON_GPIO=1
4 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
1   -4fe4dee06b4401da28cec09c9bae1ab76b7994525f4e5c36a06adb9a2ffb5429
2   -ts: 1610965456
  1 +7366fe0280171924edfd8daf5d73688041d309a70583bb94513566b189422af2
  2 +ts: 1614941004
... ...
win32/rpiboot_setup.exe
No preview for this file type