from Rpi official documentation website in AI HAT section, if I run the command
sudo apt install hailo-all
I get the version 4.20.0
But I want 4.18.0
How can I get that ?
from Rpi official documentation website in AI HAT section, if I run the command
sudo apt install hailo-all
I get the version 4.20.0
But I want 4.18.0
How can I get that ?
Hey,
To install a specific version try this:
sudo apt install hailo-all=<version-number>
For example for the 4.18 version, it would be:
sudo apt install hailo-all=4.18.0
Just tried to do a
sudo apt install hailo-all=4.18.0
and it didn’t work on my Raspberry Pi 5.
I think the command is actually
sudo apt install hailort=4.18.0
This will install HailoRT 4.18.0 rather than installing a specific hailo-all version. 4.20.0 and 4.18.0 correspond to the HailoRT version.