Skip to content

Don't show Stage0Next FirstPageErased as an error in wicket#10780

Open
labbott wants to merge 2 commits into
mainfrom
labbott/useless_stage0next
Open

Don't show Stage0Next FirstPageErased as an error in wicket#10780
labbott wants to merge 2 commits into
mainfrom
labbott/useless_stage0next

Conversation

@labbott

@labbott labbott commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

The stage0 update process involves writing to a region named stage0next before actually updating stage0. If stage0 has never been updated stage0next will be erased. This is a very common case because 1) sleds that come out of the factory will have an erased stage0next and 2) stage0 updates are infrequent. Display this case as a warning instead of an error in wicket. This does not change any behavior when stage0next is FirstPageErased.

labbott added 2 commits July 9, 2026 09:10
The stage0 update process involves writing to a region named
`stage0next` before actually updating `stage0`. If stage0 has never
been updated `stage0next` will be erased. This is a very common
case because 1) sleds that come out of the factory will have
an erased `stage0next` and 2) stage0 updates are infrequent.
Display this case as a warning instead of an error in wicket.
This does not change any behavior when `stage0next` is
`FirstPageErased`.
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.

1 participant