Raspberry Pi 5 + AI Hat (26 TOPS) - Unable to locate package hailo-all

Hi,

I installed an AI Hat + 26 TOPS module on my Raspberry Pi 5 8GB. I flashed the SD card with the latest OS and set up the system. I ran the following commands successfully:

sudo apt update && sudo apt full-upgrade

Everything is up to date and there are no issues on my system, but when I try to install the hailo-all package, I get the following error:

kale@raspberrypi:~ $ sudo apt install hailo-all
Error: Unable to locate package hailo-all

How can I resolve this issue?

Thanks.

Welcome to the Hailo Community!

Raspberry just released the next version of the Raspberry OS based on Debian 13 (Trixie). The hailo-all package has likely not been updated yet.
You can still install Raspberry Pi OS based on the previous version Debian 12 (Bookworm). You can download the image from the following link, make sure to use the 64-bit version.

https://www.raspberrypi.com/software/operating-systems/

Then write it to your SD card using the imager with the Use custom option.

image

You probably should not run sudo apt full-upgrade

You can do regular update

sudo apt update && sudo apt upgrade

and then install the Hailo package.

sudo apt install hailo-all