Download Print this page

Aaeon UP Xtreme i12 Edge Installation Manual

Devcup ubuntu 22.04

Advertisement

Quick Links

UP Xtreme i12 Edge DevCup Ubuntu 22.04
Installation Guide
1
AAEON Technology Inc.
Focus • Agility • Competitiveness

Advertisement

loading

Summary of Contents for Aaeon UP Xtreme i12 Edge

  • Page 1 UP Xtreme i12 Edge DevCup Ubuntu 22.04 Installation Guide AAEON Technology Inc. Focus • Agility • Competitiveness...
  • Page 2 REVISION HISTORY Revision Date Comments Author(s) 1.00 2022/07/12 First Release LouisChen www.aaeon.com AAEON Technology Inc. Focus • Agility • Competitiveness...
  • Page 3 Table of Content UP Xtreme i12 Edge .......... …………………………………………………………………….…….4 Install Ubuntu 22.04 ......………………………………………………………………………………....5 Install UP board new Linux pin controller driver ....…………………………………………....7 Setup and Run OpenVINO in Docker ....................8 www.aaeon.com AAEON Technology Inc. Focus • Agility • Competitiveness...
  • Page 4: Up Xtreme I12 Edge

    1. UP Xtreme i12 Edge *1 2. 12V Power adapter *1 3. Power cord- US type *1 www.aaeon.com AAEON Technology Inc. Focus • Agility • Competitiveness...
  • Page 5: Install Ubuntu 22.04

    Prepare a bootable Ubuntu 22.04 live disk USB thumb drive Insert the USB drive into one of the USB ports on the UP Xtreme i12 Edge Power on the UP Xtreme i12 Edge and press the F7 key to enter the boot order menu Select the Ubuntu 22.04 live USB drive...
  • Page 6: Install Up Board New Linux Pin Controller Driver

    Install pin controller driver for HAT 40 pins (08:54) sudo dpkg -i pinctrl-upboard_0.1.0_all.deb p in ctrl-u p b o a rd _0 .1 .0 _a ll.d e b www.aaeon.com AAEON Technology Inc. Focus • Agility • Competitiveness...
  • Page 7: Setup And Run Openvino In Docker

    (10:27) (10:47) sudo apt install curl (11:12) curl -fsSL https://get.docker.com -o get-docker.sh (11:30) sudo sh get-docker.sh (12:55) sudo usermod -aG docker $USER www.aaeon.com AAEON Technology Inc. Focus • Agility • Competitiveness...
  • Page 8 (13:08) sudo docker run hello-world Get docker image and verify installation Download Docker image (13:29) sudo docker pull sertek/openvino:2021.3_developer_models Download Sample Video wget -O ~/Downloads/NewVideo2.mp4 https://github.com/incluit/OpenVino (19:26) -For-SmartCity/raw/master/data/NewVideo2.mp4 www.aaeon.com AAEON Technology Inc. Focus • Agility • Competitiveness...
  • Page 9 -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -v ~/Downloads:/mnt --device /dev/dri:/dev/dri --group-add=$(stat -c "%g" /dev/dri/render*) - (20:25) -rm your_dockerhub_id/openvino:2021.3_developer_models (22:16) Open new terminal window sudo docker cp <CONTAINER_DIR>/smartcity_demo.sh <HOST_DIR>/smartcity_demo.sh (23:13) Replace GPU with CPU (25:51) vim <HOST_DIR>/smartcity_demo.sh www.aaeon.com AAEON Technology Inc. Focus • Agility • Competitiveness...
  • Page 10 <HOST_DIR>/smartcity_demo.sh <CONTAINER_DIR>/smartcity_demo.sh (27:03) Go back to previous terminal window (28:11) ./smartcity_demo.sh www.aaeon.com -10- AAEON Technology Inc. Focus • Agility • Competitiveness...
  • Page 11 For more details, visit the following link: https://hackmd.io/oRH7WWxHS_SyvZehevA8vg www.aaeon.com -11- AAEON Technology Inc. Focus • Agility • Competitiveness...