mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-10 00:57:38 +03:00
Update installation.md
Added optional fix for PCIe descriptor page size error. Related discussion: #19481
This commit is contained in:
parent
8adef8c8d8
commit
8a00c722a5
@ -153,7 +153,6 @@ On Raspberry Pi OS **Trixie**, the Hailo driver is no longer shipped with the ke
|
|||||||
```
|
```
|
||||||
/lib/modules/6.6.31+rpt-rpi-2712/kernel/drivers/media/pci/hailo/hailo_pci.ko.xz
|
/lib/modules/6.6.31+rpt-rpi-2712/kernel/drivers/media/pci/hailo/hailo_pci.ko.xz
|
||||||
```
|
```
|
||||||
|
|
||||||
Save the module path to a variable:
|
Save the module path to a variable:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -246,6 +245,27 @@ On Raspberry Pi OS **Trixie**, the Hailo driver is no longer shipped with the ke
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
ls -l /lib/firmware/hailo/hailo8_fw.bin
|
ls -l /lib/firmware/hailo/hailo8_fw.bin
|
||||||
|
```
|
||||||
|
|
||||||
|
**Optional: Fix PCIe descriptor page size error**
|
||||||
|
|
||||||
|
If you encounter the following error:
|
||||||
|
|
||||||
|
```
|
||||||
|
[HailoRT] [error] CHECK failed - max_desc_page_size given 16384 is bigger than hw max desc page size 4096
|
||||||
|
```
|
||||||
|
|
||||||
|
Create a configuration file to force the correct descriptor page size:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
echo 'options hailo_pci force_desc_page_size=4096' | sudo tee /etc/modprobe.d/hailo_pci.conf
|
||||||
|
```
|
||||||
|
|
||||||
|
and reboot:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo reboot
|
||||||
|
```
|
||||||
|
|
||||||
#### Setup
|
#### Setup
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user