raspberrypi / usbboot

Raspberry Pi USB booting code, moved from tools repository
Apache License 2.0
905 stars 229 forks source link

Update EEPROM image to latest CM4 manufacturing image + configuration #74

Closed timg236 closed 3 years ago

timg236 commented 3 years ago

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.

timg236 commented 3 years ago

@peterharperuk @dp111

peterharperuk commented 3 years ago

Looks good to me

timg236 commented 3 years ago

@pelwell Please can you merge this?