(This post is a simple note for further reference.)
I have tried to install OpenVINO on Raspberry Pi Zero W but failed. After searching, I started to be aware of something about ARM architectures.
RPi0W use armv6 architecture, OpenVINO cannot be installed with it.
Here are some might-be-useful links for installing OpenVINO on ARM boards:
- Build OpenVINO Inference Engine
- Arm7 Single Board Computers and the Intel NCS 2 (login needed)
- Arm 64 Single Board Computers and the Intel NCS 2 (login needed)
- OpenVINO source
- List of ARM microarchitectures