I want to deploy and image using secure boot on the nano devkit using an orin nx module on 35.6.2. It works well on the xavier devkit, agx orin devkit or our own carrier board but on the nano devkit don’t detect the SSD and then swith to network boot. Without secure boot, it works without problem though.
I am using the following commands:
// Deploy the environment
tar xpf Jetson_Linux_R35.6.2_aarch64.tbz2
tar xpf ota_tools_R35.6.1_aarch64.tbz2
cd Linux_for_Tegra/rootfs
sudo tar xpf ../../Tegra_Linux_Sample-Root-Filesystem_R35.6.2_aarch64.tbz2
cd ..
sudo ./apply_binaries.sh
// Flash the image
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --showlogs --network usb0 --flash-only
Is jetson-orin-nano-devkit-nvme the right target in my setup?
Is there some limitation that prevent to boot with SSD when SB is enabled on the nano devkit?
Can you provide some insight why it works on all other devkit and custom board but not on the nano devkit? Is there some specific steps to be involved?
From the serial console log you shared, it seems booting into UEFI and stuck before the reset triggered.
The flash log looks good to me that you have enabled rootfs a/b in your case.
Could you also add ROOTFS_AB=1 to the first command to create internal image?
and also BootOrderNvme.dtbo for the second command to create external image.