I have attempted to utilise Hailo on a freshly installed Rasperry Pi 5 Bookworm OS(Kernel: 6.6.51+rpt-rpi-2712, Architecture: arm64).
I have installed the two packages “hailort_4.19.0_arm64.deb” and “hailort-pcie-driver_4.19.0_all.deb” according to the documentation.
The command “hailortcli scan” results in the message:
Hailo Devices: [-]
Device: 0000:01:00.0
which I assume to be correct.
The command “hailortcli fw-control identify” however results in the message:
[HailoRT] [error] CHECK failed - Driver version (4.18.0) is different from library version (4.19.0)
[HailoRT] [error] Driver version mismatch, status HAILO_INVALID_DRIVER_VERSION(76)
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_INVALID_DRIVER_VERSION(76)
[HailoRT] [error] CHECK_SUCCESS failed with
status=HAILO_INVALID_DRIVER_VERSION(76)
[HailoRT] [error] CHECK_SUCCESS failed with
status=HAILO_INVALID_DRIVER_VERSION(76)
[HailoRT CLI] [error] CHECK_SUCCESS failed with
status=HAILO_INVALID_DRIVER_VERSION(76)
I could not find a different driver package in the software downloads and have attempted to create the driver from source but could not achieve a different result.
I would greatly appreciate assistance in this matter and thank you in advance.