Hi All,
I’m running AGX Xavier board and randomly the system reached a strange status. Currently the rootfs is running on Slot 0:
root@jetson-agx-xavier:/# nvbootctrl get-current-slot
0
I’m able to update the standby slot properly but the system isn’t booting up from Slot1:
root@jetson-agx-xavier:/# nvbootctrl set-active-boot-slot 1
root@jetson-agx-xavier:/# reboot
...
root@jetson-agx-xavier:/# nvbootctrl get-current-slot
0
As you can see it continues booting from Slot 0, but when I use set-SR-BR
the board is booting properly from Slot1, of course it rollback to Slot0 after a cold reboot.
root@jetson-agx-xavier:/# nvbootctrl set-SR-BR 1
root@jetson-agx-xavier:/# reboot
...
root@jetson-agx-xavier:/# nvbootctrl get-current-slot
1
Do you have any idea what could be happening in this system? In case I flash the same image again using the USB cable, everything works as expected, I don’t know what leads to that specific condition. It isn’t the first time that happened and couldn’t track why yet. No config changes were done, only multiples shutdown via command line.
Thank you in advance.
BR, Diogo