Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6153 Discussions

Installation fail for NCSDK for Raspbian Stretch

YWong17
Beginner
587 Views

pi@raspberrypi:~/workspace/ncsdk/api/src $ make install

NCSDK FW successfully installed

mkdir -p /usr/local/include/

mkdir -p /usr/local/lib/

cp obj-armv7l/libmvnc.so.0 /usr/local/lib/

cp: cannot create regular file '/usr/local/lib/libmvnc.so.0': Permission denied

Makefile:47: recipe for target 'basicinstall' failed

make: *** [basicinstall] Error 1

 

0 Kudos
1 Solution
Sahira_Intel
Moderator
271 Views

Hi YWong17,

Are you running as root user? Try

sudo make install

 

For instructions on installing the NCSDK to your Raspberry Pi, use this tutorial written by an NCS community member for guidance.

Best Regards,

Sahira

View solution in original post

1 Reply
Sahira_Intel
Moderator
272 Views

Hi YWong17,

Are you running as root user? Try

sudo make install

 

For instructions on installing the NCSDK to your Raspberry Pi, use this tutorial written by an NCS community member for guidance.

Best Regards,

Sahira

Reply