RPI5 with Hailo support #17140
Replies: 2 comments 1 reply
|
Moin! During installation, I stumbled over the same driver version mismatch issue. So, no reason to give up! |
0 replies
|
user_installation.sh script from dev will 4.20 which breaks frigate. You can check version using: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am close to giving up. I tried everything and nothing seems to work.
I started with Docker swarm operating via portainer
then i switched to docker with portainer
then i switched to docker without any UI
No matter what i am doing, i am unable to get my Hailo working, and my frigate container is crashing every single time.
my hailo shows up when typing
lspci, it also shows me a file under/devcalledhailo0So my Hailo is definitely connected and drivers are installed.
I am always getting some crazy errors in my logs.
hailo_out_of_physical_devices,hailo_driver_failed,hailo_invalid_driver_versionAfter trying #16349 i get
hailo_unsupported_fw_versionI did this: https://community.hailo.ai/t/hailo-invalid-driver-version-76/6078 and it did not work.
I changed the driver from 4.20 to 4.19 to 4.20.1 and back. Nothing seems to work. What am i doing wrong?
With the standard-configs from frigate install docs, i get
hailo_invalid_driver_versionI am using docker version 28.0.1, build 068a01e on a raspberry pi 5
I am using this hailo: https://www.berrybase.de/raspberry-pi-ai-hat-13-tops-hailo-8l-accelerator
docker-compose.yml
This is a typical log output i am getting everytime.
config
As you can see, i tried to only get the bare-minimum in my config files, to get it easier to find errors.
All reactions