mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
1c92bb9bc3a2c73b0616e5dd9ac7d2740ea8c74f
When the user runs rpi-eeprom-config to sign a bootloader image, if the image is not the correct size, the error message returns a tautology: rpi-eeprom-config -c boot.conf -p /tmp/rpi-pubkey.pem \ -o pieeprom.upd /tmp/downloaded-boot.img ERROR: /tmp/downloaded-boot.img: \ Expected size 62914560 bytes actual size 62914560 bytes When it should be alerting the user that there are only two valid values for a bootloader size. My MR addresses this issue by returning the acceptable values for the bootloader size in the image. ./rpi-eeprom-config -c boot.conf -p /tmp/rpi-pubkey.pem \ -o pieeprom.upd /tmp/downloaded-boot.img ERROR: /tmp/downloaded-boot.img: \ Expected sizes [524288, 2097152] bytes, got actual size 62914560 bytes Signed-off-by: Lincoln Thurlow <lincoln@isi.edu>
rpi-eeprom
This repository contains the scripts and pre-compiled binaries used to create the rpi-eeprom package which is used to update the Raspberry Pi 4 and Raspberry Pi 5 bootloaders EEPROM images.
Support
Please check the Raspberry Pi general discussion forum if you have a support question.
Reset to factory defaults
To reset the bootloader back to factory defaults use Raspberry Pi Imager to write an EEPROM update image to a spare SD card. Select Misc utility images under the Operating System tab.
Bootloader documentation
Description
Languages
Shell
63.8%
Python
35.6%
Standard ML
0.6%