Unable to connect Jetson Orin NX with MATLAB
Show older comments
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"
Accepted Answer
More Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!