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

MYRIAD plugin not building on Raspberry Pi 5 (64 bit)

SS03
Beginner
3,133 Views

Cannot setup MYRIAD for the OpenVINO toolkit installation for Intel NCS 2 in Raspberry Pi 5 (64 bit, VERSION="12 (bookworm)", VERSION_CODENAME=bookworm), these were the steps followed:

  • python3.9 -m venv ~/openvino_env
    source ~/openvino_env/bin/activate
  • python3.9 --version
  • pip install --upgrade pip
  • pip install openvino-dev
  • wget --no-check-certificate https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.1/linux/openvino_toolkit_ubuntu20_2025.1.0.18503.6fec06580ab_arm64.tgz
  • tar -xf openvino_toolkit_ubuntu20_2025.1.0.18503.6fec06580ab_arm64.tgz
  • cd openvino_toolkit_ubuntu20_2025.1.0.18503.6fec06580ab_arm64
  • source ./setupvars.sh
  • echo "source ~/Desktop/OpenVINO/openvino_toolkit_ubuntu20_2025.1.0.18503.6fec06580ab_arm64/setupvars.sh" >> ~/.bashrc
  • source ~/.bashrc
  • sudo nano /etc/udev/rules.d/97-myriad-usbboot.rules
  • sudo udevadm control --reload-rules && sudo udevadm trigger
  • source ~/openvino_env/bin/activate
  • sudo usermod -a -G users $(whoami)

  • source ~/openvino/bin/setupvars.sh

  • python3 -c "from openvino.runtime import Core; print(Core().available_devices)"

  • This was the output faced on every occasion: 

    DeprecationWarning: The openvino.runtime module is deprecated and will be removed in the 2026.0 release. Please replace openvino.runtime with openvino.

      warnings.warn(

    ['CPU']

  • (along with CPU, MYRIAD should also be seen in optimal situation)

 

Even after following the toolkit installation steps for toolkit 2023, 2022 versions, could not establish the MYRIAD connection. Any suggestions, structured release notes or documentations regarding this issue would be of great help. 

0 Kudos
6 Replies
SS03
Beginner
3,128 Views

@Zulkifli_Intel Any help would be appreciated.

0 Kudos
AlHill
Super User
3,127 Views

@SS03 

It has only been 8 minutes.  Patience is needed.

 

Doc (not an Intel employee or contractor)
[W10 is this generation's XP]

0 Kudos
SS03
Beginner
3,127 Views

Just trying to reach out to more individuals for assistance, hence the mention.

0 Kudos
AlHill
Super User
3,111 Views

No need for that.  You will be responded to in time.

 

Doc (not an Intel employee or contractor)
[W10 is this generation's XP]

0 Kudos
Zulkifli_Intel
Moderator
3,001 Views

SS03

Thank you for reaching out to us.

 

For your information, OpenVINO™ toolkit 2025.1 releases no longer support Intel® Movidius™ VPU, including the Intel® Neural Compute Stick 2 (Intel® NCS2).

 

The latest supported OpenVINO™ release for Movidius™ VPU is the 2022.3.2 LTS, as mentioned in the 'Major Features and Improvements Summary' section in the OpenVINO™ Toolkit 2022.3 LTS Release Notes page. You can download the OpenVINO™ 2022.3.2 LTS here.

 

 

Regards,

Zul


0 Kudos
Zulkifli_Intel
Moderator
2,673 Views

This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.


0 Kudos
Reply