Hi
I installed a new RPI5 from scratch.
enabled 3 gen pci for hailo
run the following commands:
sudo apt update
sudo apt install hailo-all
sudo reboot
and verified that hailo is installed correctly and got the following error:
hailortcli fw-control identify
[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)```
In addition python is not able to import hailo library.
I tried to install 4.20 driver from your website but the driver version looks like it's still using 4.18.
Can you assist?