I am trying to update my orin nano devkit from JP5.1.2(R35.4.1) to the latest JP5.1.3(R35.5.0) via image-based OTA update. And I bumped into a trouble.
I know that I can use APT to easily update my dev kit but I need to verify the image-based way for my later custom production boards.
The problem is, since my device is flashed with rootfs A/B enabled, the successful update should automatic change my boot slot but it seemed not. The attachment is the log I got. According to the log, I can see it said the update to non-current boot slot B was succeed and would be re-directed after the reboot. However, the device always boot into the old version JP5.1.2 with nothing changes. commandPromptResult.txt (16.4 KB)
p.s. my device can be flashed successfully by using the following command with rootfs A/B enabled in the very first place: $sudo ROOTFS_AB=1 ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -S 55GiB -c tools/kernel_flash/flash_l4t_t234_nvme_rootfs_ab.xml -p “-c bootloader/t186ref/cfg/flash_t234_qspi.xml” --showlogs --network usb0 jetson-orin-nano-devkit internal