Hi, Movidius engineer
These days I've test Movidius NCS on my raspberry pi.
My test demo is ncsdk/examples/apps/hello_ncs_cpp
I've checked
$ ls /usr/local/lib/mvnc/
MvNCAPI.mvcmd libmvnc.so.0
But I still got the wrong mvncStatus value.
Could you give me some suggestions?
Thanks
Link Copied
@AaronYue It seems like maybe the installation may have not completed successfully. Can you try re-cloning and reinstalling the NCSDK again?
Yes, I've tried it again but still failed.
I compiled ncsdk/examples/apps/hello_ncs_cpp and then executed it.
Then I inserted the NCS to raspberry pi.
Here are the logs I got.
$ ./ncs_test
Error - Could not open NCS device.
mvncStatus value: -7
I've checked again:
$ ls /usr/local/lib/mvnc/
MvNCAPI.mvcmd libmvnc.so.0
How to fix it?
Thanks
@AaronYue Let's see if your RPi is detecting the NCS device. Can you try the following commands and post your log here?
sudo dmesg -C
dmesg >> dmesg_log.txt
For more complete information about compiler optimizations, see our Optimization Notice.