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

Question about install Openvino in ARM embedded system board

tang__chu
Beginner
577 Views

hello:

I want to install Openvino in an embedded system board like Rasberry, the system is ubuntu, and the system architecture is ARMv8,can it be realized? have someone tired it before?   

0 Kudos
4 Replies
om77
New Contributor I
577 Views

Hi,

for current OpenVino R5 it's possible through foreign architecture armhf. Means you have to add a foreign architecture armhf and install armhf libraries which OpenVino depends on.

0 Kudos
tang__chu
Beginner
577 Views

Can you provide me some information about how to add armhf architecture on armv8l and what libraries should be added?

0 Kudos
om77
New Contributor I
577 Views

On armv8 system:

$ sudo dpkg --add-architecture armhf

$ sudo apt-get update

$ sudo apt-get install libusb-1.0-0:armhf libudev1:armhf libstdc++6:armhf

0 Kudos
krishna__Sai
Beginner
577 Views

Can you provide some information about how to install openvino for aarch64 ubuntu 18.04. Thank you

0 Kudos
Reply