I have a brand-new JONS with firmware 36.4.4, and it boots fine from an SD card imaged with JetPack 6.2.1, but when I try to follow the instructions at 🛸 Initial Setup (SDK Manager method) - NVIDIA Jetson AI Lab to use the SDK Manager method to install to the NVMe SSD (a 2TB Samsung 2280), it consistently fails with the following errors:
08:06:14.118 - Info: /home/wjmaclean/nvidia/nvidia_sdk/JetPack_6.2.1_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra
08:06:14.119 - Info: ***************************************
08:06:14.119 - Info: * *
08:06:14.119 - Info: * Step 3: Start the flashing process *
08:06:14.119 - Info: * *
08:06:14.119 - Info: ***************************************
08:06:14.250 - Info: Waiting for target to boot-up...
…
08:08:36.166 - Info: Waiting for target to boot-up...
08:08:37.167 - Info: Timeout
08:08:37.168 - Info: Device failed to boot to the initrd flash kernel. Please retrive the serial log during flashing to debug further.
08:08:37.168 - Info: Cleaning up...
08:08:37.274 - Error: [exec_command]: /bin/bash -c /home/wjmaclean/.nvsdkm/replays/scripts/JetPack_6.2.1_Linux/NV_L4T_FLASH_JETSON_LINUX_COMP.sh; [error]: rpcbind: another rpcbind is already running. Aborting
08:08:37.274 - Info: [ Component Install Finished with Error ]08:08:37.274 - Info: [host] [ 16.02 GB used. Disk Avail on Partition /dev/mapper/vgubuntu-root: 248.13 GB ]08:08:37.274 - Info: [ NV_L4T_FLASH_JETSON_LINUX_COMP Install took 7m46s ]
So it seems to want me to “retrieve the serial log during flashing to debug further”, but I’m not quit sure what that means. I’m guessing a USB-TTL serial cable?
I formatted the SSD to ext4 when I booted from the SD card.
All the installation steps work fine until the errors at the end of the flashing step. Any suggestions? I’ve ordered a USB-TTL serial converter so I can observe what’s happening.