🎉 Kernel Bug Fix - Update Available!

Hey everyone!

Great news! We’ve been working closely with our partners at Raspberry Pi to track down that pesky kernel issue many of you have been experiencing, and I’m happy to announce we’ve got it sorted out.

The fix is now available in Raspberry Pi kernel version 6.12.34.

To get the update:

sudo apt update
sudo apt full-upgrade
sudo reboot

After your system comes back up, you can double-check you’re running the new kernel with:

uname -r

Thanks to everyone who reported this issue and helped us narrow it down. The collaboration between our teams made this fix possible much faster than if we’d been working on it alone.

Let us know if you run into any other issues after updating!

1 Like

Hi @omria,

I’m sorry but with a fresh install and after full-upgrade (now kernel is
6.12.34+rpt-rpi-v8) the command:

sudo apt install hailo-all

doesn’t works anymore. Apt fails with error:

 hailo-all : Dipende: hailort (>= 4.20.0) ma non è installabile
             Dipende: hailo-tappas-core (>= 3.31.0) ma non è installabile
             Dipende: rpicam-apps-hailo-postprocess (>= 1.6.0) ma non è installabile

packages could not be installed.

Hey @Info_Turnix,

Could you try running these commands to help us figure out what’s going on with your setup?

apt update
apt search hailo

Or alternatively:

apt-cache search hailo

Let me know what you find!

@omria

apt search hailo:

golang-github-hailocab-go-hostpool-dev/stable 0.0~git20160125.0.e80d13c-1.1 all
  flexibly pool among multiple hosts from Go application

hailo-all/stable,stable 4.20.0 all
  Hailo support (metapackage)

hailo-dkms/stable,stable 4.19.0-1 all
  Hailo PCIe driver

hailo-tappas-core/stable 3.31.0+1-1 arm64
  This package contains the core components of the Hailo Tappas platform.

hailo-tappas-core-3.28.2/stable 3.28.2 arm64
  This package contains the core components of the Hailo Tappas platform.

hailofw/stable,stable 4.20.0-1 all
  Hailo firmware

hailort/stable 4.20.0-1 arm64
  HailoRT

libbot-training-perl/stable 0.07-4 all
  text training material for bots

python3-hailort/stable 4.20.0-1 arm64
  HailoRT Python API, which wraps the runtime library

rpicam-apps-hailo-postprocess/stable 1.7.0-1 arm64
  rpicam-apps-hailo

rpicam-apps-hailo-postprocess-dbgsym/stable 1.7.0-1 arm64
  debug symbols for rpicam-apps-hailo-postprocess


uname -a:

uname -a
Linux raspberrypi 6.12.34+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.34-1+rpt1~bookworm (2025-06-26) aarch64 GNU/Linux

Hi @omria,

any progress on this?