Unable to connect Jetson Orin NX with MATLAB
Afficher commentaires plus anciens
I am trying the GPU profiling example to test my jetson orin NX, i have installed jetpack 6.0, CUDA 12.2, cuDNN, TensorRT, OpenCV, GStreamer, also done with the SDL Libraries.

it shows the following error:
FAILED (Unable to find GPU information. This is due to the missing of 'nvcc' on the system path. Update the '.bashrc' script on the target to set up the required environment variables.) CUDA Environment
This is the example i am working on: https://www.mathworks.com/help/gpucoder/ug/gpu-profiling-nvidia-jetson.html , i have followed all the steps mentioned and all the links attched in this example.
I have also pasted the envoirnment variables in the ~/.bashrc file,
case $- in
*i*) ;;
*)
export PATH=$PATH:/usr/local/cuda/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64
return;;
esac
also updated the envoirnment file
PATH="/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
LANG="en_US.UTF-8"
LD_LIBRARY_PATH="usr/local/cuda/lib64"
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!