mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-21 06:13:33 +08:00
For reference, add the Raspberry Pi Network Install public key which is compiled into the bootmain executable. To verify the current image: git clone https://github.com/raspberrypi/rpi-eeprom wget https://downloads.raspberrypi.com/net_install/boot.sig wget https://downloads.raspberrypi.com/net_install/boot.img cd rpi-eeprom ./rpi-eeprom-digest -k imager/net_install_pubkey.pem -i ../boot.img -v ../boot.sig On success the expected output is "Verified OK" and exit status 0. See: #711