mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-26 13:47:03 +02:00
Update Hailo library to v4.20.1
The upcoming HAOS 15.0 will use Hailo driver v4.20.1. The current dev has the older patch release (v4.20.0) staged for future versions, but since new Frigate build will be needed for future compatibility, it makes sense to sync at the latest one. Link: https://github.com/home-assistant/operating-system/pull/3922
This commit is contained in:
parent
c9382f8969
commit
cffd71906a
@ -4,7 +4,7 @@
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential cmake git wget
|
||||
|
||||
hailo_version="4.20.0"
|
||||
hailo_version="4.20.1"
|
||||
arch=$(uname -m)
|
||||
|
||||
if [[ $arch == "x86_64" ]]; then
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
hailo_version="4.20.0"
|
||||
hailo_version="4.20.1"
|
||||
|
||||
if [[ "${TARGETARCH}" == "amd64" ]]; then
|
||||
arch="x86_64"
|
||||
|
Loading…
Reference in New Issue
Block a user