Hello NVIDIA Community,
I am trying to downgrade my Jetson Orin Nano Developer Kit from JetPack 6.0 to JetPack 5.1.4 due to performance issues with the newer JetPack version on my setup. I’ve encountered several persistent issues during the flashing process with SDK Manager, and after many attempts, I’m reaching out for additional guidance or solutions.
System Details:
- Device: Jetson Orin Nano 8GB Developer Kit
- Host Machine: Ubuntu 20.04 (running in VirtualBox on macOS, though I’ve also attempted with a Windows laptop and Ubuntu VM)
- SDK Manager Version: 2.2.0-12021
Issues Encountered:
- ECID Read Failure & Target in Bad State:
- Errors such as “ECID read failed” and “target is in a bad state and cannot be flashed” occurred at various points.
- The device was in Recovery Mode and recognized by
lsusb
as NVIDIA Corp. APX.
- Timeout in USB Write:
- Encountered USB timeout errors during flashing. Attempted to resolve by disabling USB autosuspend on the host:
sudo -s
echo -1 > /sys/module/usbcore/parameters/autosuspend
- Converting Raw Image to Sparse Image Hangs:
- Flashing process often got stuck at “converting raw image to sparse image” with no further progress for 30+ minutes.
- Frequent Stalling on “Pausing” State:
- SDK Manager often became unresponsive after using “Pause for a Bit”.
- Checkpoint Write Errors:
- Repeated errors like “Flash Jetson Linux - tar: write checkpoint failed”, suggesting issues writing to the target storage.
Troubleshooting Steps Taken:
- Reformatted SD card, verified Recovery Mode status, ensured a stable USB connection, and ran SDK Manager with
sudo
. - Restarted SDK Manager and re-entered Recovery Mode multiple times.
- Considered VirtualBox limitations, but I lack access to a native Linux setup at the moment.
Questions:
- Are there specific VirtualBox settings to improve compatibility with SDK Manager?
- Has anyone encountered similar USB write timeouts or ECID read failures while downgrading?
- Would a native Linux environment resolve these issues more effectively?
Log Report
I also have the full log report available, which includes detailed error messages and timestamps for the issues encountered.
SDKM_logs_2024-11-16_07-18-44.zip (455.9 KB)
Thank you for any advice or suggestions. I appreciate the community’s time and assistance!