Repo docs

Per-repo documentation — each repo's docs/ and README, ingested and associated with the repo. Rendered through the <<<RepoDocs>>> tag.

← usbboot docs · recovery5/README.md

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.