-
Notifications
You must be signed in to change notification settings - Fork 11
epic ads7 puc
This is the Quick Start Guide for EPIC-ADS7-PUC product.
Prepare the following to install the OS for EPIC-ADS7-PUC
USB Flash Drive.
Connect the all your devices before power up the system.
To complete the setup, you will also need items as below :
-
Monitor (DP/HDMI)
-
USB keyboard & mouse 3. PSU : [email protected] (150W) power supply unit & power cord cable
The following procedures are for EPIC-ADS7-PUC, which do not come with software pre-installed. You may also follow these process when you need to install software.
-
Install and Configure Intel® Distribution of OpenVINO™ toolkit for Linux
-
Getting Started with Demo Scripts
-
Install Edge Insight for Vision
Step 1 : Please download Ubuntu 20.04 IoT from the linkage as below : https://ubuntu.com/download/iot/intel-iotg
Step 2 : Update kernel version to the latest mainline.
$ sudo apt update
$ mkdir ~/Download/kernel
$ cd ~/Download/kernel
$ wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16.14/amd64/linux-headers-5.16.14-051614-generic_5.16.14-051614.202203111231_amd64.deb
$ wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16.14/amd64/linux-image-unsigned-5.16.14-051614-generic_5.16.14-051614.202203111231_amd64.deb
$ wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16.14/amd64/linux-modules-5.16.14-051614-generic_5.16.14-051614.202203111231_amd64.deb
$ wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16.14/amd64/linux-headers-5.16.14-051614_5.16.14-051614.202203111231_all.deb
$ sudo chmod +x *.deb
$ sudo dpkg -i *.deb
$ sudo reboot
Check the kernal version is updated to the latest mainline.
$ sudo uname -sr
-
Setup Intel Runtime Environment
https://github.com/intel/compute-runtime/releases/tag/21.29.20389
-
Install and Configure Intel® Distribution of OpenVINO™ toolkit for Linux
https://docs.openvino.ai/2021.4/openvino_docs_install_guides_installing_openvino_linux.html
-
Download the Intel® Distribution of OpenVINO™ Toolkit
https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html
-
Getting Started with Demo Scripts
https://docs.openvino.ai/2021.4/openvino_docs_get_started_get_started_scripts.html
-
Install Edge Insight for Vision
https://www.intel.com/content/www/us/en/develop/documentation/edge-insights-vision-doc/get-started-guide-using-linux/install-edge-insights-for-vision.html Download Edge Insights for Vision from Intel download page
NOTE: This wiki is the main source of documentation for developers working with (or contributing to) the UP products. If this is your first time hearing about UP, we recommend starting with our main UP website, and our UP community page.