I downgraded to kernel 6.12.20 following this steps and it worked
Hi @AbnerDC , our team is investigating the problem. Will keep you posted
@AbnerDC , can you share with us the output of the following command on the system which fails with an error:
sudo dmesg | grep hailo
Sure:
uname -a
Linux raspberry 6.12.20+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.12.20-1+rpt1~bpo12+1 (2025-03-19) aarch64 GNU/Linux
sudo dmesg | grep hailo
[ 3.127022] hailo: Init module. driver version 4.20.0
[ 3.127107] hailo 0001:01:00.0: Probing on: 1e60:2864âŚ
[ 3.127111] hailo 0001:01:00.0: Probing: Allocate memory for device extension, 13184
[ 3.127127] hailo 0001:01:00.0: enabling device (0000 â 0002)
[ 3.127131] hailo 0001:01:00.0: Probing: Device enabled
[ 3.127144] hailo 0001:01:00.0: Probing: mapped bar 0 - 000000006654a3ba 16384
[ 3.127148] hailo 0001:01:00.0: Probing: mapped bar 2 - 00000000fac5f077 4096
[ 3.127151] hailo 0001:01:00.0: Probing: mapped bar 4 - 00000000d01388fa 16384
[ 3.127154] hailo 0001:01:00.0: Probing: Force setting max_desc_page_size to 4096 (recommended value is 16384)
[ 3.127161] hailo 0001:01:00.0: Probing: Enabled 64 bit dma
[ 3.127163] hailo 0001:01:00.0: Probing: Using userspace allocated vdma buffers
[ 3.127166] hailo 0001:01:00.0: Disabling ASPM L0s
[ 3.127169] hailo 0001:01:00.0: Successfully disabled ASPM L0s
[ 3.127248] hailo 0001:01:00.0: Writing file hailo/hailo8_fw.bin
[ 3.215433] hailo 0001:01:00.0: File hailo/hailo8_fw.bin written successfully
[ 3.215440] hailo 0001:01:00.0: Writing file hailo/hailo8_board_cfg.bin
[ 3.215465] Failed to write file hailo/hailo8_board_cfg.bin
[ 3.215467] hailo 0001:01:00.0: File hailo/hailo8_board_cfg.bin written successfully
[ 3.215468] hailo 0001:01:00.0: Writing file hailo/hailo8_fw_cfg.bin
[ 3.215476] Failed to write file hailo/hailo8_fw_cfg.bin
[ 3.215478] hailo 0001:01:00.0: File hailo/hailo8_fw_cfg.bin written successfully
[ 3.304654] hailo 0001:01:00.0: NNC Firmware loaded successfully
[ 3.304660] hailo 0001:01:00.0: FW loaded, took 177 ms
[ 3.316804] hailo 0001:01:00.0: Probing: Added board 1e60-2864, /dev/hailo0
Executing on device: 0001:01:00.0
Identifying board
Control Protocol Version: 2
Firmware Version: 4.20.0 (release,app,extended context switch buffer)
Logger Version: 0
Board Name: Hailo-8
Device Architecture: HAILO8L
Serial Number: HLDDLBB244602799
Part Number: HM21LB1C2LAE
Product Name: HAILO-8L AI ACC M.2 B+M KEY MODULE EXT TMP
With the latest R.PI image, I followed the install instructions in github and have some feedback to help get the jupyter examples to work OK.
- Error 1 - 014_person_reid
- I had to execute the following command to install âslkearnâ
pip install -U scikit-learn
- I had to execute the following command to install âslkearnâ
- Error 2 - General error message
- qt.qpa.plugin: Could not find the Qt platform plugin âwaylandâ
- Error 3 - Overall problem
- Raspberry Pi hangs after executing examples within the environment. The only way to fix was to reboot
Hopefully this is enough info?
Hi @AbnerDC
We confirmed that downgrading to kernel 6.12.20 indeed fixes the problem. We tracked down this error to scatter-gather list creation in the kernel driver, which for some reason intermittently fails on 6.12.25. So the workaround is to switch to kernel 6.12.20 until Hailo guys or RPi team will fix it.
Hi @Curlywurly
Thanks for bringing these to our notice.
Error 1: We will fix the requirements.txt so that scikit-learn is included
Error 3: Can you find your kernel version? Lately, people have complained that kernel 6.12.25 is causing crashes. Please let us know if your issue is unrelated.
Error 2: Is it a warning or an error that is crashing the program?
hello! i want to know if these models that you are using are available on the .hef format (the scrfd and the other)
Hi @constanza_bo
Welcome to the Hailo community. Yes, the models are available in hef format. You can see hailo-ai/hailo_model_zoo: The Hailo Model Zoo includes pre-trained models and a full building and evaluation environment.