Is it possible to install HailoRT on my Kernel?

Hello, I am having an issue when installing the Hailort-pcie-driver.

After sudo dpkg -i hailort-pcie-driver_4.20.0_all.deb (tried 4.19 - 4.22)

The error is the following:

pkg: error processing package hailort-pcie-driver (–install):
installed hailort-pcie-driver package post-installation script subprocess returned error exit status 2
Errors were encountered while processing:
hailort-pcie-driver

The answer to other posts with similar errors in this forum was to upgrade/downgrade their kernel, however that is not really an option for me since I have to integrate it into a fairly complex system and will most likely break something this way.

Kernel: 6.6.21-v8-16k

It is running on SkiffOS. I am a complete beginner when it comes to anything related Kernels, so please excuse my ignorance.

Is there a specific version that works with this Kernel / is there another way to work around this problem?

Thank you in advance!

Hey @Cap_1,

Welcome to the Hailo Community!

There’s a known bug in kernel versions 6.6.20-6.6.25 on Raspberry Pi that might be causing similar issues to what you’re experiencing.

Here are a couple of things you can try:

  1. Install version 4.22 or 4.21 instead of 4.20 - this might resolve the compatibility issue

  2. Make sure to install build-essentials and all the other required packages first, as this often helps with installation problems