HEF format is not compatible with device

After running “hailomz compile” with my trained model .onnx on raspberrypi5 with hat
got such error

[HailoRT] [error] HEF format is not compatible with device. Device arch: HAILO8L, HEF arch: HAILO8
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_INVALID_HEF(26)
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_INVALID_HEF(26)
Traceback (most recent call last):
File “/usr/local/lib/python3.10/site-packages/hailo_platform/pyhailort/pyhailort.py”, line 2643, in configure
configured_ngs_handles = self._vdevice.configure(hef._hef, configure_params_by_name)
hailo_platform.pyhailort._pyhailort.HailoRTStatusException: 26

How can i compile a file needed for my device?
Thank you

Already found decision
we should run compile with “–hw-arch hailo8l” line

5 Likes

Welcome to the Hailo Community!

Well done.