I’m encountering a persistent issue while attempting to flash my Jetson AGX Orin Developer Kit with JetPack 6.1. Here’s the timeline of events:
- Initial Setup:
- Previously using JetPack 5.1 successfully.
- Upgrading to JetPack 6.1 due to compatibility with newer models.
- Flashing on a Virtual Machine:
- Started the flashing process on a virtual machine (macOS running Ubuntu 20.04) using SDK Manager.
- USB passthrough caused issues during the process when the device disconnected/reconnected, resulting in an interrupted flash. The device powered off and hasn’t turned on since. To be clear, it is recognized when plugged in via SDK Manager, and the white LED remains on the device, but no combination of instructions from here or ChatGPT provide any meaningful results: Jetson AGX Orin Developer Kit User Guide - How-to | NVIDIA Developer
- Recovery Attempts:
- Tried combinations of the Reset/Recovery/Power buttons, but the device remains unresponsive. Tried when plugged in and unplugged.
- Moved to a physical machine (Dell Latitude E5550, freshly installed Ubuntu 20.04) with new USB cables to retry.
- Current Behavior:
- On the Dell machine, the device is recognized in recovery mode (
lsusb
shows it as an NVIDIA device). - Flashing via SDK Manager always halts at the flash step with the error: “The connected Jetson device is not ready for flash” (screenshot attached).
- Skipping this step leads to another issue during SDK installation: “Default IP is not available. Please make sure the default IP is shown in ‘ip addr’, or use a custom IP instead.”
- Attempts to Resolve:
- Tried 5 different USB cables, multiple USB ports, and two different machines.
- Manually attempted to flash using
flash.sh
, but the process fails with USB timeout errors duringtegrarcm
operations. - Logs are attached but primarily indicate skipped steps or USB communication failures.
SDKM_logs_JetPack_6.1_Linux_for_Jetson_AGX_Orin_[64GB_developer_kit_version]_2024-11-21_10-14-22.zip (92.8 KB)
Question: How can I recover the Jetson AGX Orin (DK) from this state? Is there a way to reinitialize the device or force it to power on and complete the flashing process? Any guidance on resolving the “Default IP is not available” error would also be appreciated.