epic ads7 puc - up-board/up-community GitHub Wiki

EPIC-ADS7-PUC

Introduction

This is the Quick Start Guide for EPIC-ADS7-PUC product.

Hardware Setup

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 :

  1. Monitor (DP/HDMI)

  2. USB keyboard & mouse 3. PSU : [email protected] (150W) power supply unit & power cord cable

Setup Guide

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.

Supported OS version & Software

Ubuntu 20.04 IoT - Setup Intel Runtime Environment

  • Install and Configure Intel® Distribution of OpenVINO™ toolkit for Linux

  • Getting Started with Demo Scripts

  • Install Edge Insight for Vision

Windows 10 IoT Enterprise 64-bit

Ubuntu 20.04 IoT

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