Hi
I followed Installation | Frigate, thanks for the doc.
Just a tiny nitpicking remark, I was a bit confused at first that I had to install the driver first from bulletpoint 1 before running the frigate helper script, a look at that script made it obvious I had not to. Maybe removing the numbering on the first point would make it more straightforward.
After reboot I can see that the firmware was upgraded
```
root@lurky:~# dmesg | grep hailo
[ 5.938305] hailo_pci: loading out-of-tree module taints kernel.
[ 5.938817] hailo: Init module. driver version 4.21.0
…
[ 6.098969] hailo 0001:06:00.0: NNC Firmware loaded successfully
…
[ 6.111170] hailo 0001:06:00.0: Probing: Added board 1e60-2864, /dev/hailo0
```
(omg, my kernel is now tainted, impure…
)
Before installing I did apt purge + autoremove + autocleanon all distro hailort* packages I had installed first following the old guidelines from Hailo official integration with Frigate
This removed hailortcli however.
Do you know if there an alternate way to have it ?
I suspect installing the distribution packages will break the compiled driver. Should I reinstall the packages, then run the driver install script again to overwrite any oudated driver from the packages ?
Running on a seeedstudio reComputer with hailo-8.
Right now frigate fails some HAILO_INTERNAL_FAILURE I need to investigate, so being able to check the module is OK outside of the frigate container may help.
Thanks