You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it true that upon a success mender -install that nvbootctrl will always just switch to the opposite active boot slot from the one it is currently in? So, basically the last good update becomes the new "golden/fallback" image?
From the wiki I see that if the install is interrupted (loss of power) mender will stay in the current slot.
Is it necessary to ever issue mender -commit?
The text was updated successfully, but these errors were encountered:
I was proposing those tests as a way to resolve sighthoundinc/meta-mender-community#1 - however these aren't ready to go upstream yet. I've edited to make it clear those instructions are work in progress.
Is it true that upon a success mender -install that nvbootctrl will always just switch to the opposite active boot slot from the one it is currently in? So, basically the last good update becomes the new "golden/fallback" image?
Yes.
Is it necessary to ever issue mender -commit?
Yes, assuming you don't have the changes in sighthoundinc/meta-mender-community#1 and you are using uboot. I was proposing adding something in sighthoundinc/meta-mender-community#1 for auto-commit, which is especially important for u-boot because there's a possibility to mismatch your boot and root filesystem slots if rollback happens, and rollback will happen automatically if you reboot without -commit on u-boot platforms. On cboot platforms rollback from mender will happen, however it won't actually do anything since it's not used. See OE4T/meta-mender-community#8 and discussion at OE4T/meta-mender-community#8 (comment) for more details.
@dwalkes This isn't really so much an issue as a question about the wiki
https://github.com/OE4T/tegra-demo-distro/wiki/Mender-Integration-Tests
Is it true that upon a success
mender -install
that nvbootctrl will always just switch to the opposite active boot slot from the one it is currently in? So, basically the last good update becomes the new "golden/fallback" image?From the wiki I see that if the install is interrupted (loss of power) mender will stay in the current slot.
Is it necessary to ever issue
mender -commit
?The text was updated successfully, but these errors were encountered: