I have installed the jetpack 6.1 in my jetson agx orin. But I am not able to find the path of the cuda,
Hello @abhishek.r
Could you check the /usr/local/cuda
to verify that it’s there?
I hope this helps.
Regards!
Eduardo Salazar
Embedded SW Engineer at RidgeRun
Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com/
Website: www.ridgerun.com
Hi,
I checked that specific location, but I couldn’t find the CUDA there.
Hello @abhishek.r
Just to confirm, I get the following output in a Jetson Orin Nano that I have locally:
ls /usr/local/cuda
bin compute-sanitizer doc DOCS EULA.txt extras gds include lib64 nvml nvvm README share targets tools version.json
I will assume that you have a devkit for the following explanation. You can try installing the Jetson components by using the SDK manager as:
On the step 1 you can select the following in the picture:
When you move to step 02, uncheck the Jetson Linux to avoid reflashing the board:
Then select all the Jetson Components that you need for you systemj
Next, when you move to step 03, a window will show up:
I suggest to make the connection via Ethernet. If everything if fine, the components will install as expected.
Please, let me know your results!
Regards