Hello Hailo team,
I am using the Raspberry Pi AI HAT+ 2 (SKU: HLSTRA1260604040) with Raspberry Pi 5.
The PCIe driver (hailort-pcie-driver_5.3.0_all.deb) is working correctly, and the device appears in lspci.
However, the SDK package available on the download page only includes:
- hailort-pcie-driver_5.3.0_all.deb
- hailo_gen_ai_model_zoo_5.1.1_arm64.deb
The following essential components are missing:
- hailort_5.x.x_arm64.deb
- hailortcli_5.x.x_arm64.deb
- hailo-genai_1.x.x_arm64.deb (GenAI applications)
Without hailortcli, I cannot run:
- hailortcli --version
- hailortcli device-info
Could you please provide access to the full HailoRT SDK package (version 5.2.0 or 5.3.0) for Raspberry Pi AI HAT+ 2?
My goal is to run the GenAI voice assistant (Whisper → LLM → TTS) fully locally on Raspberry Pi 5 + Hailo-10H.
Thank you very much for your support.
Welcome to the Hailo Community!
The Raspberry Pi AI HAT+ 2 is a Raspberry product. It is recommended to follow their installation instructions:
Raspberry Pi - Documentation- AI
If you want to install the software from Hailo you can download the packages from the Developer Zone or built from source using our GitHub repositories.
GitHub - hailo-ai
That package is available in the Developer Zone. Select Hailo-10H, HailoRT, ARM64 to filter the packages.
HailoRT CLI is part of the HailoRT package.
For the application please follow the instruction in our hailo-apps repository.
GitHub - hailo-apps
Thank you for your support.
I successfully installed hailort_5.3.0_arm64.deb and hailortcli works correctly.
The device is detected via PCIe.
I ran the hailo-apps install.sh script, but it reported that the HailoRT Python binding (.whl) is missing.
I will download the correct HailoRT Python binding (hailo_platform-5.x.x-py3-none-any.whl) from the Developer Zone and install it using pip.
After that, I will run the voice assistant application.
Thank you again for your guidance.