Deploy the Compiled HEF to the Raspberry Pi
Copy the compiled Hailo Executable File (.hef) to your Raspberry Pi and verify it on the Hailo‑8 accelerator.
After compiling your YOLOv11n model to a .hef file, deploy it to the Raspberry Pi AI Kit. Use Secure Copy to transfer the file, then use the Hailo runtime CLI to identify the device and run inference.
bash
# Copy the HEF file to the Pi
scp yolov11n.hef rcr@<HOSTNAME>:~
# On the Raspberry Pi, identify the Hailo‑8 device
hailortcli fw-control identify
# Run inference with the HEF file
hailortcli run yolov11n.hef