Hailo

This page details the installation procedures for the Hailo runtime in PySDK. It outlines the steps for installing on Raspberry Pi and Ubuntu.

PySDK currently supports versions 4.20.0 and 4.19.0 of HailoRT.

Installation on Raspberry Pi

If you are using Hailo-8/8L AI accelerator with Raspberry Pi 5, please refer to Hailo Raspberry Pi 5 installation guide.

Installation on Ubuntu

Download the appropriate version of HailoRT based on the platform architecture.

The machine's architecture can be found with the following command:

dpkg --print-architecture

Find the appropriate package on Hailo's Software Downloads Page.

Package Name (Software Downloads Page)
HailoRT Package
CPU Architecture

HailoRT – Ubuntu package (deb) for amd64

hailort_4.20.0_amd64.deb

amd64

HailoRT – Ubuntu package (deb) for arm64

hailort_4.20.0_arm64.deb

arm64

HailoRT – Ubuntu package (deb) for armel

hailort_4.20.0_armel.deb

armel

HailoRT – Ubuntu package (deb) for armhf

hailort_4.20.0_armv4.deb

armv4

PySDK supports Hailo Runtime versions 4.20.0 and 4.19.0.

The Hailo's Software Downloads Page accessible via this link.

For PySDK integration with Hailo hardware, software distributed by Hailo is required. To access the downloadable packages, a Hailo account is required.

After downloading the appropriate package, run the following command to install HailoRT:

sudo dpkg --install hailort_4.20.0_<architecture>.deb

Download the HailoRT – PCIe driver (deb)

(It can be quickly found by typing "PCIe driver" into the "Search for a package" window)

Run the following command to install the driver:

sudo dpkg --install hailort-pcie-driver_4.20.0_all.deb

PC restart is required after driver installation.

After the PC restart, you can verify the installation by running the following command:

hailortcli fw-control identify

Last updated

Was this helpful?