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
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?
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.
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.