CommentStreams:7d153f9eb8f0e35add559c84c3d317ac

< How to update eeprom firmware
Revision as of 01:14, 25 April 2024 by 185.65.135.178 (talk) (Migrated comment #4676)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I did the as the instruction says, but getting error. sudo apt update sudo apt upgrade sudo rpi-eeprom-update -a

Not sure how to get around this problem: /usr/bin/rpi-eeprom-digest: 92: cannot create /boot/firmware/pieeprom.sig: Read-only file system


I am running the latest Raspberry Pi OS 64-bit, a X1001 with a 1TB 2280 SSD and mSD is not inserted so the Pi5 starts and runs from the SSD.

Have also been trying to set the eeprom for low power consumption when in stand by mode: sudo rpi-eeprom-config --edit POWER_OFF_ON_HALT=0 Change to POWER_OFF_ON_HALT=1

Also here I get the same Read-only file system. So it looks like Raspberry Pi OS is write protecting settings like the eeprom.

Any suggestions?