Ubuntu packages

Hi, could you please provide the hailo packages to ubuntu for raspi?

Thank you very much
Markus

Hey @markus.ploetz

You can check the instructions on how to install Hailo packages here

Regards

Hey, thanks for feedback.
“sudo apt install hailo-all” throws in Unbuntu an error “unable to locate package hailo-all”. So I thought the packages are not available in ubuntu repositories. But I may be wrong.
I’ll try to install directly from github.

Thanks Markus

Run this first

sudo apt update
sudo apt full-upgrade

I’ve done that but still have that error.

I think the packages are missing in the repo of ubuntu.

tux-desktop:~$ sudo apt update && sudo apt full-upgrade
[sudo] password for tux:
Hit:1 ubuntu-ports noble InRelease
Get:2 ubuntu-ports noble-updates InRelease [126 kB]
Hit:3 repos/code stable InRelease
Hit:4 noble-backports InRelease
Hit:5 noble-security InRelease
Fetched 126 kB in 1s (167 kB/s)
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
All packages are up to date.
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Calculating upgrade… Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
tux-desktop:~$ sudo apt install hailo-all
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
E: Unable to locate package hailo-all
tux-desktop:~$ apt-cache search --names-only hailo-all
tux-desktop:~$ apt-cache search --names-only ‘hailo-all’

The packages are for raspberry os only .

If this isn’t the problem try and update to the latest os and reboot after the update all , then try again

yes, I’ve tried with raspberry os and it worked. But my main environment for raspi5 is ubuntu as both are based on debian bookworm I thought it would be possible to provide them in ubuntu repos. But I’m not really familiar with that stuff so I have to switch between systems - no problem.

Hey @markus.ploetz

The automatic installation is only on rpi os.
For ubuntu you have to install manually.
You can find all of our packages at
https://hailo.ai/developer-zone/software-downloads/

Regards

Hey, thank you.
Is a automatic installation for ubuntu planned?
I’ve downloaded
hailort-pcie-driver_4.17.0_all.deb
Unfortunatelly the manually installation failed with fresh and totally upgraded Ubuntu environment:

build-essential/noble,now 12.10ubuntu1 arm64 [installed,automatic]
Do you wish to use DKMS? [Y/n]:
Failed. Exited with status 2. See /var/log/hailort-pcie-driver.deb.log
dpkg: error processing package hailort-pcie-driver (–configure):
installed hailort-pcie-driver package post-installation script subprocess retur
ned error exit status 2
Errors were encountered while processing:
hailort-pcie-driver
E: Sub-process /usr/bin/dpkg returned an error code (1)

thank you
Markus

hey @markus.ploetz

For Ubuntu we have automatic docker installation.

Please run

sudo dpkg --purge hailort-pcie-driver

and then try to re-install the driver using :

sudo dpkg --install hailort-pcie-driver__all.deb

Regards