Its impossible to run the any of rpicam-apps hailo related software straight off the bat from a newly written rpi image 64 bit with desktop on a pi5 using the instructions given here https://www.raspberrypi.com/documentati ... ng-started
I get this error
OK so lets uninstall the default rpi-cam-apps package and clone it from the git repo and try buid it with all the hailo stuff enabled... Nope.. meson wont configure the project because it can't find hailort even though we have installed it via apt. So lets clone the hailort repo and try build and install that! Ok that compiled and installed but alas, still no joy because the compiled version of hailort is also at version 4.20.. So let checkout the v4.18 tag and recompile.
This seems to works although still give us a warning:
Well lets try it anyway:
![Mad :x]()
I get this error
Code:
[HailoRT] [error] CHECK failed - Driver version (4.18.0) is different from library version (4.20.1)This seems to works although
Code:
hailortcli fw-control identifyCode:
[HailoRT] [warning] Unsupported firmware operation. Host: 4.18.0, Device: 4.20.0Code:
[0:09:40.412897849] [2359] INFO Camera camera.cpp:1202 configuring streams: (0) 2028x1520-YUV420 (1) 640x640-BGR888 (2) 2028x1520-BGGR_PISP_COMP1[0:09:40.413268682] [2362] INFO RPI pisp.cpp:1484 Sensor: /base/axi/pcie@120000/rp1/i2c@88000/imx500@1a - Selected sensor format: 2028x1520-SBGGR10_1X10 - Selected CFE format: 2028x1520-PC1B[HailoRT] [warning] Unsupported firmware operation. Host: 4.18.0, Device: 4.20.0[HailoRT] [error] Operation 51 is not allowed when FW version in not supported. Host supported FW version is 4.18.0[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_UNSUPPORTED_FW_VERSION(16)[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_UNSUPPORTED_FW_VERSION(16)[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_UNSUPPORTED_FW_VERSION(16) - Can't get device extended info[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_UNSUPPORTED_FW_VERSION(16)[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_UNSUPPORTED_FW_VERSION(16)[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_UNSUPPORTED_FW_VERSION(16)Failed to create configured infer model, status = 16HailoRT not ready!Statistics: Posted by GrubbyHalo — Mon Mar 17, 2025 11:19 am — Replies 1 — Views 32