Error: Device Architecture not found. Please check the connection to the device.

pinky@raspi:~$ set_hailo
Setting up the environment…
Setting up the environment for hailo_tappas…
TAPPAS_WORKSPACE set to /home/pinky/tappas_v3.31.0
TAPPAS_VERSION is 3.31.0. Proceeding…
You are in the hailo virtual environment.
TAPPAS_POST_PROC_DIR set to /home/pinky/tappas_v3.31.0/apps/h8/gstreamer/libs/post_processes/
Error: Device Architecture not found. Please check the connection to the device.

I installed hailort-pcie-driver_4.20.0_all.deb, hailort-4.22.0-cp312-cp312-linux_aarch64.whl.
If I enter “hailortcli fw-control identify”, there is no message.

When installing a Hailo-8 device, the first thing you should do is check whether your operating system can detect it using the lspci command. This command lists all PCI devices connected to your system.

Run:

lspci

In the output, you should see a line similar to one of the following:

04:00.0 Co-processor: Hailo Technologies Ltd. Hailo-8 AI Processor (rev 01)

or

04:00.0 Co-processor: Device 1e60:2864 (rev 01)

You should see this result even before installing the HailoRT PCIe driver.

If no similar entry appears, double-check your hardware connection and BIOS settings. Once the device is detected properly, you can proceed with installing the HailoRT PCIe driver and HailoRT.

1 Like