Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 430 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 430 Bytes

Signing the Raspberry Pi Imager for secure boot

If secure-boot has been enabled then this image must be signed with the customer's RSA private key. Otherwise, the SPI EEPROM bootloader will refused to load this image.

To do this run:

KEY_FILE=$HOME/private.pem
../tools/rpi-eeprom-digest -i boot.img -o boot.sig -k "${KEY_FILE}"

To run load the USB MSD device drivers via RPIBOOT run

../rpiboot -d .