mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Bump HailoRT to 4.21.0 for HAOS 16 compatibility
Home Assistant OS 16.0.rc1 contains bump of Hailo driver and firmware to v4.21.0, update Frigate's userspace libraries to the same version to fix compatibility.
This commit is contained in:
parent
cc368dd20f
commit
897e8df4f6
@ -4,7 +4,7 @@
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential cmake git wget
|
||||
|
||||
hailo_version="4.20.1"
|
||||
hailo_version="4.21.0"
|
||||
arch=$(uname -m)
|
||||
|
||||
if [[ $arch == "x86_64" ]]; then
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
hailo_version="4.20.1"
|
||||
hailo_version="4.21.0"
|
||||
|
||||
if [[ "${TARGETARCH}" == "amd64" ]]; then
|
||||
arch="x86_64"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user