Flashing Jetson Orin Nano 8GB fails with JetPack 6.2

System Information:

  • Host Machine: Ubuntu 22.04 LTS
  • JetPack Version: 6.2
  • Target Device: Jetson Orin Nano (8GB Developer Kit)
  • SDK Manager Version: 2.2.0

Issue Summary:

I am trying to flash JetPack 6.2 onto my Jetson Orin Nano Developer Kit, but I am encountering multiple errors. I am not sure what excacly the problem is so I was hoping to get some help here. Attached is the exported logs.

The device is set to recovery mode. lsusb also shows 0955:7523 NVIDIA Corp. APX
SDKM_logs_JetPack_6.2_Linux_for_Jetson_Orin_Nano_[8GB_developer_kit_version]_2025-03-12_10-34-46.zip (227.3 KB)
sdkm-2025-03-12-10-32-44.log (776.0 KB)

Errors Encountered:

10:42:37.697 - error: Session first failure occurred while Installing. Root cause component: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NANO_TARGETS. Root cause error code: (1011: Failed to execute commands with GenericInstaller)

Hi,

Some questions to confirm

  • Is your host a native or a virtual machine(e.g. VMware, VirutalBox)

Thanks

Hi, is it a native machine. Although I am using a external nvme ssd as a boot drive. But I don’t think this should cause any problems.

Hi,

What is your host file system type?
Is it a ext4?

Thanks

The file system is ext4. I am using Ventroy together with a .dat file for persistance storage. But mounting the .dat file to /mnt and running lsblk -o PATH,FSTYPE,MOUNTPOINT results in the following:

PATH           FSTYPE MOUNTPOINT
/dev/loop0     ext4   /mnt

Sorry for the late response.
Is this still an issue to support? Any result can be shared?

10:36:36.669 - info: [   0.1583 ] Sending bct_br
10:36:46.890 - error: [   0.1719 ] ERROR: might be timeout in USB write.

Based on the log,

Could you try below commands

sudo -s
echo -1 > /sys/module/usbcore/parameters/autosuspend

Thanks

Hey, no worries. I was able to flash it. I am pretty sure the problem was the partition format that I was running Ubuntu from. I had an external SSD, which was formated to exfat, which was running ventroy to boot. When I ran gparted and looked at the partition type it said ext4, but this was most likely not true. So after being able to get a second laptop, and run Ubuntu from a internal SSD, I was finally able to flash it without any problems.

1 Like

Glad to hear solved it.

Thanks