hailo-rpi5-image-v3.27.0-bookworm-arm64.zip

Dear Hailo Support Team,

I’m currently working on a custom YOLOv8 object detection project with Hailo-8L on Raspberry Pi 5 (Bookworm ARM64).
While following your official installation guide, I noticed that the repository
https://repo.hailo.ai and https://hailo.ai/developer-zone/raspberry-pi-ai-kit/
are currently unreachable (DNS resolution and 403/404 errors).

I need to install the Hailo Dataflow Compiler (DFC) to run real-time inference on my device,
but the file hailo-dataflow-compiler_3.27.0_arm64.deb is not accessible anywhere.

Could you please provide:

  • A direct download link (or Google Cloud mirror) for the latest Raspberry Pi 5 compatible DFC package?

  • Or alternatively, the latest OS image (hailo-rpi5-image-v3.27.0-bookworm-arm64.zip) download link?

I already have HailoRT v4.20.0 installed and working properly.

Thank you for your quick help and for supporting the Raspberry Pi AI Kit users.

Best regards,

The Hailo Dataflow Compiler does not run on a Raspberry Pi 5. It is required to convert models from ONNX or TFLite into the Hailo proprietary HEF format.

The Hailo Ai Software Suite Docker which contains the Hailo Dataflow Compiler is available in the Hailo Developer Zone and requires a x86 PC running Ubuntu 22.04 or 24.04 and a good NVIDIA GPU for some optimizations. The Docker has built in tutorials for the model conversion workflow. When inside the Docker call:

hailo tutorial

You can find the documentation in the ./shared_with_docker/doc/ directory after you installed the Hailo AI Software Suite successfully and in the Developer Zone.