Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 528 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 528 Bytes

To update the SPI EEPROM bootloader on Raspberry Pi 5.

  • Modify the EEPROM configuration in boot.conf as desired
  • Optionally, replace pieeprom.original.bin with a custom version. The default version here is the latest stable release recommended for use on Raspberry Pi 5.
  • Run update-eeprom.sh to create the image to flash
cd recovery5
./update-pieeprom.sh
../rpiboot -d .

N.B The bootcode5.bin file in this directory is actually the recovery.bin file used on Raspberry Pi 5 bootloader update cards.