Issue with Reflashing Jetson AGX Orin to JetPack 6.2: Error During Flash Process (The connected Jetson device is not ready for flash)

Hi,

I have recently purchased a “Jetson AGX Orin 64GB developer kit” and it comes with Jetpack 5.1.2. However, I need Jetpack 6.2 to develop on ubuntu 22.04.

Details:
Jetson: Jetson AGX Orin 64 GB developer kit
current Jetpack: 5.1.2 in jetson
Need: Jetpack 6.2
Host PC: Ubuntu 22.04
sdk manager: 2.2.0

Steps followed to reflash jetson:

  1. Installed sdkmanager 2.2.0 (tried all options, one by one i.e. Local repo, network repo and Docker Image)
  2. Putting the jetson on recovery mode manually and connecting jetson to the host pc with the provided cable.
  3. Reflashing process followed as described in this link: Install Jetson Software with SDK Manager — SDK Manager
  4. All the packages were downloaded and installed properly and once I click Flash. It gives the following error on the SDK manager (image below)

I did follow the procedure provided in the image above multiple times and also checked with different data transferring cables, changing host pc, reinstalling sdk manager, redownloading all packages as well. Still the same error!

  1. After this error. I skipped the process and exported the log files (please find below log file and the error in the logs is reproducible)

File:
6_SDKM_logs_JetPack_6.2_Linux_for_Jetson_AGX_Orin_[64GB_developer_kit_version]_2025-04-28_14-59-51.zip (67.0 KB)

  1. I would greatly appreciate any assistance in resolving this issue and successfully reflashing the Jetson with JetPack 6.2.

Please let me know if you need any further information.

Hi,

Could you provide the result of lsusb when device in recovery mode?

Thanks

Here is the result of command “lsusb” in recovery mode:

Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 010: ID 06cb:00bd Synaptics, Inc. Prometheus MIS Touch Fingerprint Reader
Bus 001 Device 003: ID 04f2:b6be Chicony Electronics Co., Ltd Integrated Camera
Bus 001 Device 012: ID 0955:7023 NVIDIA Corp. APX
Bus 001 Device 011: ID 8087:0026 Intel Corp. AX201 Bluetooth
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Hi,

The device is in recovery mode
Please download Driver Package (BSP) and Sample Root Filesystem from Jetson Linux | NVIDIA Developer.
And follow the Quick Start — NVIDIA Jetson Linux Developer Guide to flash your device again.

Thanks

Hi,

I followed the steps and it did not flash. I have pasted the output of the terminal into a file (see below). I also tried using a different data transfer cable.

I tried flashing with eMMC with the following command: sudo ./flash.sh jetson-agx-orin-devkit internal

File: terminal_output.log (12.3 KB)

Please let me know if you require any further details.

Hi,

I did manage to flash the Jetson with Jetpack 6.2.

The main issue was “ERROR: might be timeout in USB write.”

Solution:

  1. All I had to do was to disable the “autosuspend” with the following command: “sudo bash -c ‘echo -1 > /sys/module/usbcore/parameters/autosuspend’”

  2. Turn off the jetson and connect to the host machine. Then, put it to recovery mode.

  3. Execute the command to flash from “Quick Start” guide (link in the earlier chats) for Jetson-AGX-Orin i.e. “sudo ./flash.sh jetson-agx-orin-devkit internal”.

Thanks for the help!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.