Hailo-accelerator-integration-tool with raspberry pi5


Hi, could you help to check this problem.
I have install hailo_accelerator_integration_tool_1.19.0_arm64.deb on my raspberry pi5. and the rpi os boot from SSD.

seeed@raspberrypi:~ $ hailo-accelerator-integration-tool thermal.json
hailo-accelerator-integration-tool: error while loading shared libraries: libhailort.so.4.19.0: cannot open shared object file: No such file or directory

Hey @yunzhu_tang,

Welcome to the Hailo Community!

It seems that the version of the tool you’re using is designed for HailoRT 4.19, while you’re likely using the latest HailoRT 4.20. This version mismatch is probably why you can’t find libhailort.

To resolve this issue, you have two options:

  1. Download the latest version of the tool that is compatible with HailoRT 4.20. This will ensure that the tool matches your current HailoRT version.

  2. Alternatively, you can downgrade your HailoRT to version 4.19 to match the tool version you currently have.

Let me know if you have any further questions!