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.

movidius with debian?

idata
Employee
762 Views

I'm using ubuntu 16.04 64bit on my mac.

 

Can I run this stick on my beagle bone black with debian 8.6 or 9.1 or others?

 

which one will work? which kernel version?

 

thanks

0 Kudos
1 Reply
idata
Employee
491 Views

you can use standard Debian Stretch, just in install script add 2 lines after this:

 

elif [ "${OS_DISTRO,,}" == "raspbian" ] && [ $OS_VERSION -ge 91 ]; then

 

echo "Installing on Raspbian Stretch"

 

elif [ "${OS_DISTRO,,}" == "debian" ] && [ $OS_VERSION -ge 93 ]; then

 

echo "Installing on Debian Stretch"

 

after this there may be some dependency problems as for Python2/Python3 but it is easy correctable

0 Kudos
Reply