mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
937f7221983a17fcd43a7cf6cc5d4bf4d15d8ac2
Update the rpi-eeprom-config tool to accept config files of up to 2024 byte. The config section has a 24byte header so the section is always <= 2KiB. This allows a reasonably large user-data section in the config file accessible via 'vcgencmd bootloader_config' as an alternative to customer OTP data. N.B. The vcgencmd uses a single VCHIQ message which is limited to 4092 bytes. Setting a 2KiB limit here gives room for user-data plus some spare space for future config expansion before an VCHIQ bulk message or an extra EEPROM 4KiB page is required.
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 Pi4 bootloader EEPROM.
Description
Languages
Shell
63.8%
Python
35.6%
Standard ML
0.6%