Hailo 8 integration with Radxa Hardware

Hello everyone,
I want to use Hailo 8 module with Radxa SBC’s. Specifically RK3566 or RK3568. I want to know that will software will be supported to Radxa OS or not? I already used Hailo AI hat with RPi5 and it is working fine. Radxa OS is linux or debian based. If anyone worked previously please let me know software compatibility.

Thanks in advance.

Hi @Saumya_Chauhan,

Welcome to the Hailo Community!
Some users already tested Hailo-8 with Radxa or other boards, but no internal validation has been made by Hailo.
Differently from Raspberry Pi 5, there is no hailo-all package, therefore you will need to install the runtime SW manually.
Since Radxa OS is based on Debian, you should be able to install the runtime HailoRT library and HailoRT PCIe driver using the .DEB files for ARM64 provided in the Developer Zone.
If you have any difficulties with the DEB, you can also build the HailoRT library and the driver from source.
This will give you the possibility to run inference and develop your apps.

If you plan to run the apps from hailo-apps-infra, you will have to install the TAPPAS SW as well.
Otherwise, you can find other application examples (which do not require TAPPAS elements) in our Application Code Examples repo.