Ubuntu
Pages 105
-
- Setup instructions for Ubuntu
- Ubuntu for UP, UP 4000, UP Squared, UP Squared V2, UP Core, UP Core Plus, UP Xtreme, UP Squared Pro
- Ubuntu for UP Xtreme i11 and UP Squared 6000
- Compile your own Kernel for Ubuntu
- Instruction for Legacy Ubuntu Version (only for up board)
- Ubuntu 14.04 LTS (Trusty Tahr)
- Guides
Clone this wiki locally
Setup instructions for Ubuntu
Ubuntu for UP, UP 4000, UP Squared, UP Squared V2, UP Core, UP Core Plus, UP Xtreme, UP Squared Pro
For UP, UP 4000, UP Squared, UP Squared V2, UP Core, UP Core Plus, UP Xtreme, and UP Squared Pro, please refer to the following pages for setting up your board with Ubuntu:
- Ubuntu 16.04 installation and configuration (deprecated)
- Ubuntu 18.04 installation and configuration
- Ubuntu 20.04 installation and configuration
Ubuntu for UP Xtreme i11 and UP Squared 6000
For UP Xtreme i11 (TGL-UP3) and UP Squared 6000 (EHL), please follow the link to the official Ubuntu image from Canonical and install the desired image to your board: https://ubuntu.com/download/iot/intel-iotg
Direct Link to:
- Ubuntu 20.04 Desktop for Intel IoT Platforms image
- Installation instructions for Ubuntu 20.04 Desktop for Intel IoT Platform
Compile your own Kernel for Ubuntu
You can modify and compile your own kernel for UP starting from the source code used by our prebuilt kernel packages.
Run the following command:
apt-get source linux-image-$(uname -r)
Then follow the steps provided by Canonical: https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel
Instruction for Legacy Ubuntu Version (only for up board)
Ubuntu 14.04 LTS (Trusty Tahr)
- Install the latest Trusty release
- From a terminal, add the UP board PPA
sudo add-apt-repository ppa:ubilinux/up
- Update the package database:
sudo apt update
- Install the upboard kernel package
sudo apt install linux-upboard-lts-xenial
- Remove the other kernel images
sudo apt-get autoremove --purge 'linux-.*generic'
Guides
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.