need help for installing hailo on raspberry pi 5

Hailo-8 AI HAT repo.hailo.ai down? Cannot install hailort or hailo-all on Raspberry Pi 5 – DNS failure

Welcome to the Hailo Community!

I just did a test install and everything works as expected. I did the following:

  • Burn an SD card with Raspberry Pi OS 64-bit Full port of Debian Bookworm

based on the following guide

Raspberry Pi - Documentation - AI HAT+

I run the following commands to install all components

sudo apt update
sudo apt upgrade
sudo apt install dkms
sudo apt install hailo-all
sudo reboot

After reboot I run the following command to verify the Hailo device was visible in the OS.

lspci

Then I confirmed that HailoRT can access the device by running:

hailortcli fw-control identify

If you have further issue, please provide some more detailed information of what you have tried and the error message you are seeing.