Skip to content

rpi-eeprom-update: Track whether there is a pending firmware update - #882

Merged
timg236 merged 1 commit into
raspberrypi:masterfrom
timg236:track-pending-updates
Sep 15, 2026
Merged

timg236 merged 1 commit into
raspberrypi:masterfrom
timg236:track-pending-updates

Conversation

@timg236

@timg236 timg236 commented Sep 14, 2026

Copy link
Copy Markdown
Collaborator

Bootloader updates don't take effect until the next watchdog or cold boot. Store a file in /run to track whether the update is still pending. This is useful for A/B updates and for suspend-to-ram because resume would fail if the early bootcode loaded from SPI flash into the L2-cache does not match the verison of firmware already in SDRAM.

Bootloader updates don't take effect until the next watchdog or
cold boot. Store a file in /run to track whether the update is
still pending. This is useful for A/B updates and for suspend-to-ram
because resume would fail if the early bootcode loaded from SPI flash
into the L2-cache does not match the verison of firmware already in
SDRAM.
@timg236

timg236 commented Sep 14, 2026

Copy link
Copy Markdown
Collaborator Author

@PineappleBeech @mathewb64

@mathewb64 mathewb64 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@timg236
timg236 merged commit 97e023f into raspberrypi:master Sep 15, 2026
1 check passed
@timg236
timg236 deleted the track-pending-updates branch September 15, 2026 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants