Issue [HailoRT] [error] CHECK failed - Driver version (4.20.0) is different from library version (4.19.0)

i got this error, i use on AI HAT+ Rassberry PI 5
cslpi5@pi5ssd:~ $ hailortcli fw-control identify
[HailoRT] [error] CHECK failed - Driver version (4.20.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)

then i try to upgrade library version to 4.20.0 then got another error thhat the hardware firmware version is 4.19. So how to downgrade Driver version to 4.19.0 or upgrade firmware to 4.20

please kindly help to advices
Thank you

Hey @panit-anant_lertdhir ,

Welcome to the Hailo Community!

I noticed that you’re using driver version 4.20, but we haven’t yet released the Raspberry Pi package for that version. The current HailoRT version is 4.19.

We recommend using the version that comes with the hailo-all package, as our Tappas core and other dependencies are specifically built and tested with this version.

Let me know if you need any help with the installation!

Hi,

i have the same issue here:

Guessing the script is updating?

found the same issue happened when 4.18 → 4.19

I had this issue and the solution was to run

sudo apt update
sudo apt full-upgrade
sudo apt install hailo-all
1 Like