LogoLogo
AI HubCommunityWebsite
  • Start Here
  • AI Hub
    • Overview
    • Quickstart
    • Teams
    • Device Farm
    • Browser Inference
    • Model Zoo
      • Hailo
      • Intel
      • MemryX
      • BrainChip
      • Google
      • DeGirum
      • Rockchip
    • View and Create Model Zoos
    • Model Compiler
    • PySDK Integration
  • PySDK
    • Overview
    • Quickstart
    • Installation
    • Runtimes and Drivers
      • Hailo
      • OpenVINO
      • MemryX
      • BrainChip
      • Rockchip
      • ONNX
    • PySDK User Guide
      • Core Concepts
      • Organizing Models
      • Setting Up an AI Server
      • Loading an AI Model
      • Running AI Model Inference
      • Model JSON Structure
      • Command Line Interface
      • API Reference Guide
        • PySDK Package
        • Model Module
        • Zoo Manager Module
        • Postprocessor Module
        • AI Server Module
        • Miscellaneous Modules
      • Older PySDK User Guides
        • PySDK 0.16.0
        • PySDK 0.15.2
        • PySDK 0.15.1
        • PySDK 0.15.0
        • PySDK 0.14.3
        • PySDK 0.14.2
        • PySDK 0.14.1
        • PySDK 0.14.0
        • PySDK 0.13.4
        • PySDK 0.13.3
        • PySDK 0.13.2
        • PySDK 0.13.1
        • PySDK 0.13.0
    • Release Notes
      • Retired Versions
    • EULA
  • DeGirum Tools
    • Overview
      • Streams
        • Streams Base
        • Streams Gizmos
      • Compound Models
      • Result Analyzer Base
      • Inference Support
  • DeGirumJS
    • Overview
    • Get Started
    • Understanding Results
    • Release Notes
    • API Reference Guides
      • DeGirumJS 0.1.3
      • DeGirumJS 0.1.2
      • DeGirumJS 0.1.1
      • DeGirumJS 0.1.0
      • DeGirumJS 0.0.9
      • DeGirumJS 0.0.8
      • DeGirumJS 0.0.7
      • DeGirumJS 0.0.6
      • DeGirumJS 0.0.5
      • DeGirumJS 0.0.4
      • DeGirumJS 0.0.3
      • DeGirumJS 0.0.2
      • DeGirumJS 0.0.1
  • Orca
    • Overview
    • Benchmarks
    • Unboxing and Installation
    • M.2 Setup
    • USB Setup
    • Thermal Management
    • Tools
  • Resources
    • External Links
Powered by GitBook

Get Started

  • AI Hub Quickstart
  • PySDK Quickstart
  • PySDK in Colab

Resources

  • AI Hub
  • Community
  • DeGirum Website

Social

  • LinkedIn
  • YouTube

Legal

  • PySDK EULA
  • Terms of Service
  • Privacy Policy

© 2025 DeGirum Corp.

On this page
  • Installation on Raspberry Pi
  • Installation on Ubuntu

Was this helpful?

  1. PySDK
  2. Runtimes and Drivers

Hailo

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

PreviousRuntimes and DriversNextOpenVINO

Last updated 1 day ago

Was this helpful?

PySDK currently supports versions 4.21.0, 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 .

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.21.0_amd64.deb

amd64

HailoRT – Ubuntu package (deb) for arm64

hailort_4.21.0_arm64.deb

arm64

HailoRT – Ubuntu package (deb) for armel

hailort_4.21.0_armel.deb

armel

HailoRT – Ubuntu package (deb) for armhf

hailort_4.21.0_armv4.deb

armv4

PySDK supports Hailo Runtime versions 4.21.0, 4.21.0, and 4.19.0.

The Hailo's Software Downloads Page accessible via .

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.21.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.21.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
Hailo Raspberry Pi 5 installation guide
this link