Not able to install CUDA dependencies while installing Jetpack 5.1.2 using SDK manager 1.9.3 in Jetson Orin NX

I would like to ask few questions.

I want to install Jetpack 5.1.2 for my new Jetson Orin NX. I understood that it can’t be installed via SD card, it needs to be done using SDK manager.

I installed SDK manager version 1.9.3 coz it supports default jetpack of 5.1.2. I was able to download Jetpack OS and other dependencies but while installing I am getting below error. Could you plz help?

Error:- cuda runtime target:first error: failed to install debian package

Attaching the image below:-

Hi,

Could you update to a newer SDK manager version to see if it can work?
You can find the JetPack 5.1.2 by clicking “show all versions”.

Thanks.

1 Like

I tried with new SDK manager tool. Same error Im getting.

Hi,

Could you try to flash the device manually?
Please following the command shared in the below link:
https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/IN/QuickStart.html#to-flash-the-jetson-developer-kit-operating-software

After flashing, please install SDK components via:

$ sudo apt-get update
$ sudo apt-get install Nvidia-jetpack

Thanks.

I need to install SDK components in host machine or in jetson device?

Hi,

The apt command runs directly on Jetson.
Thanks.