- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It has only been 8 minutes. Patience is needed.
Doc (not an Intel employee or contractor)
[W10 is this generation's XP]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just trying to reach out to more individuals for assistance, hence the mention.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No need for that. You will be responded to in time.
Doc (not an Intel employee or contractor)
[W10 is this generation's XP]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page