Hi
I am trying to flash Jetson Orin Nano (8GB) with R35.4.1 to boot from nvme and enable A/B partitions for OTA updates. I am following the workflow #5 of the README_initrd_flash.txt. I have been getting the following error.
sudo ROOTFS_AB=1 ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1 -S 70GiB -c ./tools/kernel_flash/flash_l4t_nvme_rootfs_ab.xml jetson-orin-nano-devkit external
Error:
...
Sha1 checksum matched for /qspi/internal/qspi_bootblob_ver.txt
Writing /qspi/internal/qspi_bootblob_ver.txt (109 bytes) into /dev/mtd0:66977792
Copied 109 bytes from /qspi/internal/qspi_bootblob_ver.txt to address 0x03fe0000 in flash
Writing gpt_secondary_3_0.bin (parittion: secondary_gpt) into /dev/mtd0
Sha1 checksum matched for /qspi/internal/gpt_secondary_3_0.bin
Writing /qspi/internal/gpt_secondary_3_0.bin (16896 bytes) into /dev/mtd0:67091968
Copied 16896 bytes from /qspi/internal/gpt_secondary_3_0.bin to address 0x03ffbe00 in flash
[ 210]: l4t_flash_from_kernel: Successfully flash the qspi
[ 210]: l4t_flash_from_kernel: Flashing success
Error flashing non-qspi storage
Cleaning up...
I am attaching the complete log file.
log.txt (561.4 KB)