I bought a jetson nano development kit few days ago. I followed the quick start guide to have ubuntu and jetpack on the nano via an image on a microSD card.
Do I have to do something after this guide? To install CUDA for example? Because the command nvcc doesn’t work and if I want to install and compile darknet, it says CUDA is not found.
It might be a good idea to modify /etc/skel/ on the rootfs to add this by default. .profile might be a good place to put it. It’s evaluated before .bashrc and runs for any shell (or whatever). It’s where Canonical (and Debian) puts modifications to $PATH.
Hi, wich bashrc do you speak of? the one hidden in my home directory?
I use jetpack 4.3, just to understand, is this normal that it is not already linked?
With the path added it worked thanks! But to be sure everythings is still working, when I compile with darknet, I get this message :
darknet is fine for now but uselib_track has been disabled!
please rebuild opencv from sources with cuda support to enable it
I did have this problem on Windows, but on linux I’m not sure how to handle this problem.