edit ncsdk.conf to say no to tensorflow and toolkit:
MAKE_PROCS=1
SETUPDIR=/opt/movidius
VERBOSE=yes
SYSTEM_INSTALL=yes
CAFFE_FLAVOR=ssd
CAFFE_USE_CUDA=no (maybe I will try this as yes now on J.nano lol)
INSTALL_TENSORFLOW=no
INSTALL_TOOLKIT=no
Then:
sudo make install
source ~/.bashrc
sudo make api
It will talk about uninstalling OpenCV to reinstall etc and maybe some fails
Once that’s done:
sudo make examples
Plug the NCS into the Jetson Nano and:
cd ncsdk-aarch64/examples/apps/hello_ncs.py
run test:
python3 hello_ncs.py
Should get:
“Hello NCS! Device opened normally” etc
Note:
It is a good idea to clone your SD card beforehand, because perhaps your openCV install will change to not being Cuda configured. Perhaps someone can figure out ho to have both Intel Neural Compute Stick & Nvidia Jetson Cuda do dance together in harmony like Arnold & Jamie-Lee Curtis in True Lies :)