None of the methods proposed in the documentation work for installing HailoRT on a Raspberry Pi 5 with a HAT+.
All install tentatives result in the following error when checking the device:
[HailoRT] [error] CHECK failed - Driver version (4.20.0) is different from library version (4.22.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 closely followed the instruction in the installation documentation and rebooted several times.
The command `hailo scan` works and outputs:
Hailo Devices:
[-] Device: 0001:01:00.0
I also tried to followed the instructions on the Raspberry Pi website using the `sudo apt install hailo-all` but the HailoRT versions are outdated (4.20 which requires Python 3.8 which is also obsolete). This method results in miss-matched version.
The drivers seems to be locked on 4.20 and installing the Hailo packaged does not update to the correct version (4.22).
Any suggestion on how to install the correct versions?