-
Notifications
You must be signed in to change notification settings - Fork 53
Regenerate displayconfig.json if erroneous #575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Closes #563 |
d4017ab
to
989f666
Compare
@brentru this one is also ready for review |
@tyeth Can we hold on to this PR until we merge and release what's required for NO-OTA? |
We definitely can, although testing the noota was when I encountered the
issue.
The partition was corrupt but valid, and displayconfig was corrupt so board
stalled (no visual output too obviously)
…On Mon, 22 Apr 2024, 16:43 Brent Rubell, ***@***.***> wrote:
@tyeth <https://github.com/tyeth> Can we hold on to this PR until we
merge and release what's required for NO-OTA?
—
Reply to this email directly, view it on GitHub
<#575 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTBZ43D5AORF5WTZFJIXZDY6UV3FAVCNFSM6AAAAABGTAH7BSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRZHE2TENJXGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@tyeth Should we look at this again? |
Ah yes, also when secrets exists but is corrupt (usually 0bytes). I've been seeing some weird behaviour regarding first boot after installation (second boot gives more stable filesystem), but not pinned down anything definitive. |
Leaving this one open until file system corruption issue is resolved hopefully this week. It could go in as is, but there will be movement in same code areas as we try to avoid unnecessary file writes at boot. |
Note to add this when I do #655 |
db2af9c
to
b7a915a
Compare
@tyeth Do we still want this? |
@tyeth Should I take another look at this, this week? |
Yes please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tyeth I am requesting some changes but the overall idea looks good.
I totally missed this PR feedback, I was just revising the issue after seeing it again last week during guide work. |
b8bfc3f
to
0bdbc05
Compare
@brentru this one I believe is ready, and have rebased and retested it, assuming I'm going with the default arguments in the header files. If that's not acceptable it can be quickly remedied. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
It's possible for the display config file to be corrupt, at which point the funhouse fails to continue.
It's a standard file we generate so this commit regenerates the file if erroneous