PART
A: Install Ubuntu Desktop Nightly Built By Armbian onto Orange Pi 3
1. Download
Armbian Ubuntu Desktop for Orange Pi 3
We FIRST go visiting the website https://dl.armbian.com/orangepi3/nightly/
and click on the LAST link, for today May 12,
2019, a file named
Armbian_5.86.190512_Orangepi3_Ubuntu_bionic_dev_5.1.0.7z
will be automatically downloaded.
➜ ~ ssh root@192.168.1.101 root@192.168.1.101's password: You are required to change your password immediately (root enforced) ___ ____ _ _____ / _ \ _ __ __ _ _ __ __ _ ___ | _ \(_) |___ / | | | | '__/ _` | '_ \ / _` |/ _ \ | |_) | | |_ \ | |_| | | | (_| | | | | (_| | __/ | __/| | ___) | \___/|_| \__,_|_| |_|\__, |\___| |_| |_| |____/ |___/ Welcome to ARMBIAN 5.86.190512 nightly Ubuntu 18.04.2 LTS 5.1.0-sunxi64 System load: 0.01 0.13 0.08 Up time: 5 min Memory usage: 4 % of 1997MB IP: 192.168.1.101 CPU temp: 40°C Usage of /: 3% of 29G Last login: Mon May 13 08:59:30 2019 from 192.168.1.11 Changing password for root. (current) UNIX password: Enter new UNIX password: Retype new UNIX password: You are using an Armbian nightly build meant only for developers to provide constructive feedback to improve build system, OS settings or user experience. If this does not apply to you, STOP NOW!. Especially don't use this image for daily work since things might not work as expected or at all and may break anytime with next update. YOU HAVE BEEN WARNED!
This image is provided AS IS with NO WARRANTY and NO END USER SUPPORT!.
Creating a new user account. Press <Ctrl-C> to abort
Please provide a username (eg. your forename): Sky Trying to add user sky Adding user `sky' ... Adding new group `sky' (1000) ... Adding new user `sky' (1000) with group `sky' ... Creating home directory `/home/sky' ... Copying files from `/etc/skel' ... Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully Changing the user information for sky Enter the new value, or press ENTER for the default Full Name []: Room Number []: Work Phone []: Home Phone []: Other []: Is the information correct? [Y/n] y
Dear sky, your account sky has been created and is sudo enabled. Please use this account for your daily work from now on.
root@orangepi3:~#
2. Kernel Doublechecking
1 2 3 4 5 6 7 8 9 10
root@orangepi3:~# uname -r 5.1.0-sunxi64 root@orangepi3:~# uname -a Linux orangepi3 5.1.0-sunxi64 #5.86.190512 SMP Sun May 12 22:26:37 CEST 2019 aarch64 aarch64 aarch64 GNU/Linux root@orangepi3:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.2 LTS Release: 18.04 Codename: bionic