-
Notifications
You must be signed in to change notification settings - Fork 1
3.1 Setup UP2
Giovanni Bruno edited this page Feb 20, 2018
·
9 revisions
To start, setup Ubuntu 16.04 on UP Squared.
You can just follow this guide: official guide
Here a complete guide:
- Download Ubuntu 16.04 64bit iso
- using a pen drive and etcher.io install on board, if something about EUFI appears continue without problems
- after installation:
sudo apt update
sudo apt full-upgrade -y
sudo reboot
- install ubuntu kernel from PPA:
sudo add-apt-repository ppa:ubilinux/up
sudo apt update
sudo apt-get autoremove --purge 'linux-.*generic'
sudo apt-get install linux-image-generic-hwe-16.04-upboard
sudo reboot
- install other stuffs:
sudo apt install upboard-extras
sudo usermod -a -G gpio ${USER}
sudo usermod -a -G leds ${USER}
sudo usermod -a -G spi ${USER}
sudo usermod -a -G i2c ${USER}
sudo usermod -a -G dialout ${USER}
sudo reboot
**NOTE:** NOT INSTALL INTEL GRAPHICS DRIVER
[previous](https://github.com/gbr1/erwhiUP/wiki/3.-Setup-software)
[next](https://github.com/gbr1/erwhiUP/wiki/3.2-Install-ROS)
ERWHI - GBr1 2018