Jetson AGX Orin flash Jetpack 5.1 failed

Hi,
I have a Jetson AGX Orin 64GB Developer Kit and I’m trying to flash it using the Nvidia SDK Manager.
I encountered the following errors:
ERROR: Drivers for Jetson - target_image: command terminated with error

I’ve deselected everything and made sure that I selected only the Jetson Linux target components.
I’m using an Ubuntu 20.04 x86_64 machine.
I’ve attached the logs generated by the SDK.
SDKM_logs_JetPack_5.1_(rev._1)_Linux_for_Jetson_AGX_Orin_modules_2024-01-11_12-08-48.zip (24.5 KB)

Thank you in advance for your help!

Hi,

Can you please do it by running flashing commands manually?
I don’t see any useful information in the log you provided.
https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/IN/QuickStart.html

1 Like

This resolved my issue, thank you.

Could I get some guidance on how to properly install cuda?
I went through all the steps in the provided link and flashed the Jetson manually. (Jetson Linux 35.3.1)
I downloaded the Driver Package (BSP) and Sample Root Filesystem.
The last message that was printed to the screen before completion was:
*** The target t186ref has been flashed successfully. ***
Reset the board to boot from internal eMMC

After this message, I was able to connect the jetson to my laptop and set it up, set up the wifi.
However, when I started working with my code, things started to error out as there were several cuda-related errors.
I was under the impression that Jetpack comes pre-installed with the cuda toolkit. Is that not the case?

Please file another topic for CUDA issues.

But isn’t this a Jetson issue? I am trying to understand how I can flash my Jetson so that it also installs the cuda toolkit with it. The documentation states that Jetpack comes pre-installed with the cuda toolkit.

Then please at least tell me what is so-called cuda-related errors.
We don’t do telepathy.

Have you run this?

sudo apt update
sudo apt install nvidia-jetpack

That fixed it, everything is working as expected now.
For some odd reason, sudo apt install nvidia-jetpack didn’t do anything the first time, but i just went through each step from the beginning again and it worked.
Thank you for all your help.

1 Like

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