So I got a pi5 with Rapsbian Trixie:
PRETTY_NAME=“Debian GNU/Linux 13 (trixie)”
NAME=“Debian GNU/Linux”
VERSION_ID=“13”
VERSION=“13 (trixie)”
VERSION_CODENAME=trixie
DEBIAN_VERSION_FULL=13.2
ID=debian
HOME_URL=“``https://www.debian.org/”
SUPPORT_URL=“``https://www.debian.org/support”
BUG_REPORT_URL=“``https://bugs.debian.org/”
ii hailo-all 4.23.0 all Hailo support (metapackage)
ii hailo-tappas-core 5.1.0 arm64 Core components of the Hailo TAPPAS platform
ii hailort 4.23.0 arm64 AI acceleration runtime library for Hailo hardware
ii hailort-pcie-driver 4.23.0 all Hailo PCIe driver and firmware for AI hardware acceleration
ii python3-hailo-tappas 5.1.0 arm64 Python binding for tappas
ii python3-hailort 4.23.0-1 arm64 HailoRT Python API, which wraps the runtime library
ii rpicam-apps-hailo-postprocess 1.10.1-1 arm64 Raspberry Pi AI HAT+ post-processing plugin for rpicam-apps
Try to install the driver via:
sudo apt update
sudo apt full-upgrade
sudo apt install -y dkms
sudo apt install -y hailo-all
However hailortcli fw-control identify returns:
[HailoRT] [error] CHECK failed - Driver version (4.20.0) is different from library version (4.23.0)
How can i fix this?