Hello,
Jetson Orin NX (custom board)
L4T 36.3
I have encountered issues when flashing my Orin NX (custom board). The board is set up with A/B Partitions and Disk Encryption enabled (Secure Boot enabled, with PKC + SBK burned).
I successfully flashed the device once, but somehow, reflashing doesn’t work as expected.
Here are the steps I followed:
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --network usb0 -u ./rsa.pem -v ./sbk.key --no-flash --showlogs -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" jetson-orin-nano-devkit internal
sudo ROOTFS_AB=1 ROOTFS_ENC=1 ./tools/kernel_flash/l4t_initrd_flash.sh --showlogs -u ./rsa.pem -v ./sbk.key --no-flash --external-device nvme0n1p1 -i ./sym2_t234.key -c ./tools/kernel_flash/flash_l4t_t234_nvme_rootfs_ab_enc.xml -S 25GiB --external-only --append --network usb0 jetson-orin-nano-devkit external
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --showlogs -u rsa.pem -v sbk.key --network usb0 --flash-only
Attached are the logs:
2.txt (7.5 KB)
NXbootlog.txt (16.0 KB)
Any help is highly appriciated!