eclipse-leda / meta-leda

Yocto / OpenEmbedded Meta-Layers for Eclipse SDV components
https://eclipse-leda.github.io/leda/
Apache License 2.0
8 stars 9 forks source link

Fix rauc slot switching in QEMUARM64 #102

Closed vasilvas99 closed 1 year ago

vasilvas99 commented 1 year ago

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.