The overview of Official Orange Pi's Ubuntu Desktop for Orange Pi 3
looks as:
2. Kernel Doublechecking
1 2 3 4 5 6 7 8 9 10
orangepi@OrangePi:~$ uname -r 4.9.118+ orangepi@OrangePi:~$ uname -a Linux OrangePi 4.9.118+ #5 SMP PREEMPT Mon Apr 15 09:45:02 CST 2019 aarch64 aarch64 aarch64 GNU/Linux orangepi@OrangePi:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial
3. Enable SSH
After having successfully enabled SSH, you are able
to login Orange Pi
3 remotely. Well, you may still need to figure out how to:
setup Wifi for Orange Pi 3, which
is pretty simple with Ubuntu Desktop GUI
further setup static IP addresses in your router for both Wifi and
Wired connections
4. Update & Upgrade
1 2 3 4 5 6 7 8 9 10 11
orangepi@OrangePi:~$ sudo apt update [sudo] password for orangepi: Hit:1 http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports xenial InRelease Hit:2 http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports xenial-updates InRelease Hit:3 http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports xenial-backports InRelease Hit:4 http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports xenial-security InRelease Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. root@orangepi3:~#
Since I've already updated/upgraded all packages, it'll tell you from
terminal that All packages are up to date.. BTW, it
seems Orange Pi is a team from TsingHua Universiity?
orangepi@OrangePi:~$ sudo dpkg-reconfigure tzdata perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_PAPER = "en", LC_ADDRESS = "en", LC_MONETARY = "en", LC_NUMERIC = "en", LC_TELEPHONE = "en", LC_IDENTIFICATION = "en", LC_MEASUREMENT = "en", LC_CTYPE = "en_CA.UTF-8", LC_TIME = "en", LC_NAME = "en", LANG = "en_CA.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory /usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory /usr/bin/locale: Cannot set LC_MESSAGES to default locale: No such file or directory /usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory
Current default time zone: 'America/Vancouver' Local time is now: Wed Jun 5 09:43:12 PDT 2019. Universal Time is now: Wed Jun 5 16:43:12 UTC 2019.
During the above process, you'll set the following 2 pages
correspondingly:
By using the command date, we can see the timezone
has been successfully reset.
1 2
orangepi@OrangePi:~# date Wed Jun 5 12:05:40 PDT 2019