Hailo module not working on Pi5

Hi,
I am having issues using the hailo ai kit board on rpi, I have the 26 TFLOPS one.

I tried to install the hailo drivers on different Pi5 and always had the same error.
I have followed the official Hailo guide but this is what happens after “sudo modprobe hailo_pci”


What is wrong here?

[  123.230214] hailo: Init module. driver version 4.20.0
[  123.230306] hailo 0000:01:00.0: Probing on: 1e60:2864...
[  123.230309] hailo 0000:01:00.0: Probing: Allocate memory for device extension, 13184
[  123.230319] hailo 0000:01:00.0: Probing: Device enabled
[  123.230336] hailo 0000:01:00.0: Probing: mapped bar 0 - 000000002f436a73 16384
[  123.230340] hailo 0000:01:00.0: Probing: mapped bar 2 - 000000002b921c0a 4096
[  123.230343] hailo 0000:01:00.0: Probing: mapped bar 4 - 000000005ef1b002 16384
[  123.230346] hailo 0000:01:00.0: Probing: Force setting max_desc_page_size to 128 (recommended value is 16384)
[  123.230355] hailo 0000:01:00.0: Probing: Enabled 64 bit dma
[  123.230357] hailo 0000:01:00.0: Probing: Using userspace allocated vdma buffers
[  123.230360] hailo 0000:01:00.0: Disabling ASPM L0s
[  123.230363] hailo 0000:01:00.0: Successfully disabled ASPM L0s
[  123.230424] hailo 0000:01:00.0: Writing file hailo/hailo8_fw.bin
[  123.230741] hailo 0000:01:00.0: File hailo/hailo8_fw.bin written successfully
[  123.230745] hailo 0000:01:00.0: Writing file hailo/hailo8_board_cfg.bin
[  123.230752] Failed to write file hailo/hailo8_board_cfg.bin
[  123.230753] hailo 0000:01:00.0: File hailo/hailo8_board_cfg.bin written successfully
[  123.230754] hailo 0000:01:00.0: Writing file hailo/hailo8_fw_cfg.bin
[  123.230760] Failed to write file hailo/hailo8_fw_cfg.bin
[  123.230761] hailo 0000:01:00.0: File hailo/hailo8_fw_cfg.bin written successfully
[  128.475067] hailo 0000:01:00.0: Timeout waiting for NNC firmware file, boot status 4294967295
[  128.475075] hailo 0000:01:00.0: FW loaded, took 5244 ms
[  128.475133] hailo 0000:01:00.0: Firmware load failed
[  128.475135] hailo 0000:01:00.0: Failed activating board -110
[  128.475157] hailo: probe of 0000:01:00.0 failed with error -110

Hey @user130,

I think this is the issue:

[  123.230346] hailo 0000:01:00.0: Probing: Force setting max_desc_page_size to 128 (recommended value is 16384)

Try to run this for a fix:

options hailo_pci force_desc_page_size=4096

Also, to verify if your installation is correct, run:

hailortcli scan

and

hailortcli fw-control identify