Skip to content

Commit

Permalink
fix: hailo driver wrong version name (#14575)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorwinDev authored Oct 25, 2024
1 parent 4ff0c8a commit 2d27e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/hailo8l/user_installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cd ../../
if [ ! -d /lib/firmware/hailo ]; then
sudo mkdir /lib/firmware/hailo
fi
sudo mv hailo8_fw.4.17.0.bin /lib/firmware/hailo/hailo8_fw.bin
sudo mv hailo8_fw.4.18.0.bin /lib/firmware/hailo/hailo8_fw.bin

# Install udev rules
sudo cp ./linux/pcie/51-hailo-udev.rules /etc/udev/rules.d/
Expand Down

0 comments on commit 2d27e72

Please sign in to comment.