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.
6406 Discussions

Installation fail for NCSDK for Raspbian Stretch

YWong17
Beginner
843 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
527 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

0 Kudos
1 Reply
Sahira_Intel
Moderator
528 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

0 Kudos
Reply