請先看『使用說明』
MB:2I640HL
From LEXWiKi
(→Hailo 8 install guide) |
|||
Line 154: | Line 154: | ||
<!--box uid=f777871962f1c0432784d4e0e73802b8.1827.A642e3fd276a7e--> | <!--box uid=f777871962f1c0432784d4e0e73802b8.1827.A642e3fd276a7e--> | ||
- | ==Hailo 8 | + | ==Hailo 8 simple operation== |
1.install required system packages | 1.install required system packages | ||
#sudo apt update | #sudo apt update | ||
Line 188: | Line 188: | ||
8.reboot, then: | 8.reboot, then: | ||
./hailo_sw_suite_docker_run.sh --resume | ./hailo_sw_suite_docker_run.sh --resume | ||
+ | ==Hailo8 reference guide== |
Revision as of 14:04, 6 April 2023
O.S. | CPU | Rev | Boot type | eDP | HDMI1 | HDMI2 | 三輸出 | M.2(B key) | SATA | nano SIM | USB2.0 | USB3.0 | PCIE | LAN10(I211) | LAN100(I211) | LAN1000(I211) | LAN10(I225) | LAN100(I225) | LAN1000(I225) | LAN2500(I225) | LAN10(I226IT) | LAN100(I226IT) | LAN1000(I226IT) | LAN2500(I226IT) | COM-232 | COM-422 | COM-485 | F75111N | WDT/DIO | FTPM2.0 | HAILO8 | Download | Patch |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Ubuntu22.04 Lts |
Atom x6413E |
0.1 |
UEFI |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
- |
- |
- |
- |
- |
- |
- |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Kernel:5.15.0-25-generic | |
Fedora37 |
Atom x6413E |
0.1 |
UEFI |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
- |
- |
- |
- |
- |
- |
- |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
No |
Kernel:6.0.7-301.fc37.x86_64 |
Hailo 8 simple operation
1.install required system packages
- sudo apt update
- sudo apt install build-essential make cmake dpkg dkms curl
2.You need to install the following: download: • hailort_4.12.1_amd64.deb • hailort-pcie-driver_4.12.1_all.deb
Install HailoRT debian package:
- sudo dpkg --install hailort_4.12.1_amd64.deb hailort-pcie-driver_4.12.1_all.deb
then reboote and write:
- hailortcli fw-control identify
3.get and install docker
- curl -fsSL https://get.docker.com -o get-docker.sh
- sh get-docker.sh
4.add current user to the Docker group
- sudo usermod -aG docker $USER
5.reboot or logout to apply the change to the group
- sudo reboot
once rebooted, following next slice to continue the Tappas installation
6.if all is OK, then install docker,
- unzip hailo_sw_suite_2023-01.1.zip
7.from terminal
- ./hailo_sw_suite_docker_run.sh
8.reboot, then: ./hailo_sw_suite_docker_run.sh --resume