Skip to content

Commit

Permalink
v4.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HailoRT-Automation authored Feb 15, 2023
1 parent 05807be commit 83716aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/hailo_pcie_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

#define HAILO_DRV_VER_MAJOR 4
#define HAILO_DRV_VER_MINOR 12
#define HAILO_DRV_VER_REVISION 0
#define HAILO_DRV_VER_REVISION 1

#endif /* _HAILO_COMMON_PCIE_VERSION_H_ */
2 changes: 1 addition & 1 deletion download_firmware.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@ECHO OFF

set BASE_URI=https://hailo-hailort.s3.eu-west-2.amazonaws.com
set HRT_VERSION=4.12.0
set HRT_VERSION=4.12.1
set FW_DIR=Hailo8/%HRT_VERSION%/FW
set FW=hailo8_fw.%HRT_VERSION%.bin

Expand Down
2 changes: 1 addition & 1 deletion download_firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

readonly BASE_URI="https://hailo-hailort.s3.eu-west-2.amazonaws.com"
readonly HRT_VERSION=4.12.0
readonly HRT_VERSION=4.12.1
readonly FW_AWS_DIR="Hailo8/${HRT_VERSION}/FW"
readonly FW="hailo8_fw.${HRT_VERSION}.bin"

Expand Down

0 comments on commit 83716aa

Please sign in to comment.