Flashing JetPack 5.1.4 fails on orin nano with SDK

I have been trying to flash JetPack 5.1.4 on an orin with JetPack6.0 and it fails both using the SDK on a host computer and using docker. This is the log using the host PC
SDKM_logs_JetPack_5.1.4_Linux_for_Jetson_Orin_Nano_[8GB_developer_kit_version]_2024-11-29_17-31-02.zip (185.5 KB)

Hi,

Ubuntu 18.04 supports only Jetpack versions 4.x and 5.x, whereas Ubuntu 20.04 is compatible with Jetpack versions 5.x and 6.x. For further information, please consult the documentation.
It is advisable to install Ubuntu 18.04 or 20.04 on a physical machine to serve as the host computer.

Also is your AGX Orin a dev kit or custom carrier board?

Thanks

Hi David,

I forgot to mention, it is a Jetson Orin Dev Kit. I have an ubuntu 18.04 as a host computer. It is not a fresh installation, but I tried with docker SDK and got (I think) the same error that I attached in the log. The Jetson Orin Dev Kit has JetPack 6.x installed and runnning and I need to go back to 5.X.

Thank you in advance,

Ignacio Parra

Hi Ignacio Parra,
I see. Please try the following steps:

  1. Launch the SDK Manager on your Ubuntu 18.04 PC (not within a Docker ).
  2. Put your device into recovery mode and consult the doc to verify its status.
  3. Execute the following commands on your Ubuntu 18.04 PC:
    sudo -s
    echo -1 > /sys/module/usbcore/parameters/autosuspend
    
  4. Begin the flashing process using the SDK Manager.

Thanks

Hi,

I put the Orin in recovery mode, executed the command and the installation failed with


SDKM_logs_JetPack_5.1.3_Linux_for_Jetson_Orin_Nano_[8GB_developer_kit_version]_2024-12-18_16-26-31.zip (394.8 KB)

Hi,

Could you use lsusb again and share the output when device in recovery mode?

Thanks

Hi,

this is the screenshot.

Kind regards

(attachments)

Are you trying to flash a Orin Nano or Orin AGX?

Do you know that your topic is filed in Orin AGX forum?

Sorry David,

I’m almost sure it was our mistake. When we flashed JP60 I downloaded the version for orin nano. This afternoon we found out there is a jp6 version specific for the orin nano develpment kit. We downloaded that version, flashed jp60 rev1 in the jetson and downgraded sucessfully to jp5.13.

Thank you for your assistance

Kind regards

1 Like

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