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.
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)
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:
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.