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.

Question about install Openvino in ARM embedded system board

tang__chu
初学者
1,100 次查看

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 项奖励
4 回复数
om77
新分销商 I
1,100 次查看

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 项奖励
tang__chu
初学者
1,100 次查看

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

0 项奖励
om77
新分销商 I
1,100 次查看

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 项奖励
krishna__Sai
初学者
1,100 次查看

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

0 项奖励
回复