Skip to content
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

Fix rauc slot switching in QEMUARM64 #102

Merged

Conversation

vasilvas99
Copy link
Contributor

Issue

Uboot would save the environment in uboot.env but it would not read it back on the next boot. This leads to rauc being able to mark the slots good but would rauc status mark-active other && reboot now would switch the rauc-slot.

Fix

Add the CONFIG_CMD_NVEDIT_LOAD=y option to the uboot Kconfig. This allows us to use the env load command in the boot.scr, thus successfully loading the saved/modified uboot env.

@mikehaller mikehaller merged commit 9c85640 into eclipse-leda:main Jan 23, 2023
@mikehaller mikehaller deleted the fix-rauc-slot-switching branch January 23, 2023 12:49
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