Installing Ubuntu Mate on Armbian
#1
I want to install Ubuntu Mate on the latest version of Armbian. I am using Armbian since the latest version has support for the 7" touchscreen. I have never installed a GUI desktop, so any help would be appreciated.
#2
The simplest way to do it and get it configured should be to use the install script that longsleep made for the pine64. Unless there's was some massive change in the SoPine hardware or configuration I'm not aware of it should work just fine.

The script is here on Github. You should be able to download and run the script in one fell swoop like so:

Code:
wget -q -O - https://github.com/longsleep/build-pine64-image/raw/master/simpleimage/platform-scripts/install_desktop.sh | sudo /bin/bash
#3
(05-26-2017, 12:58 AM)pfeerick Wrote: The simplest way to do it and get it configured should be to use the install script that longsleep made for the pine64. Unless there's was some massive change in the SoPine hardware or configuration I'm not aware of it should work just fine.

The script is here on Github. You should be able to download and run the script in one fell swoop like so:

Code:
wget -q -O - https://github.com/longsleep/build-pine64-image/raw/master/simpleimage/platform-scripts/install_desktop.sh | sudo /bin/bash

I logged in as root and typed in the code and got this response:
Code:
Usage: /bin/bash <mate|i3>
#4
Ok, sorry, as of the 6th of May that doesn't work, as it now looks for a parameter telling it what DE to install.

Instead do
Code:
sudo -i
cd ~
wget https://github.com/longsleep/build-pine64-image/raw/master/simpleimage/platform-scripts/install_desktop.sh
chmod +x install_desktop.sh
./install_desktop.sh mate
#5
(05-26-2017, 05:45 PM)pfeerick Wrote: Ok, sorry, as of the 6th of May that doesn't work, as it now looks for a parameter telling it what DE to install.

Instead do
Code:
sudo -i
cd ~
wget https://github.com/longsleep/build-pine64-image/raw/master/simpleimage/platform-scripts/install_desktop.sh
chmod +x install_desktop.sh
./install_desktop.sh mate

The install started fine, but eventually stopped after an error message and went back to the command line:
Code:
./install_desktop.sh: line119: /etc/chromium-browser/default: no such file or directory
root@pine64so:~#
#6
(05-26-2017, 10:02 PM)stephen fleming Wrote: The install started fine, but eventually stopped after an error message and went back to the command line:
Code:
./install_desktop.sh: line119: /etc/chromium-browser/default: no such file or directory
root@pine64so:~#

Sorry, didn't see this msg before. Try creating the /etc/chromium-browser directory to get rid of that if that was the only error message.

However, if that was the only error, it looks like it was only a trivial matter... just an inability to set some default parameters for chromium-browser... It would then simply told you to restart the computer to launch the desktop environment. And you would have still been able to do that, but just not have chrome run with more optimised settings.
#7
The folder not found was the only significant error (the only one that crashed the installation), and the computer booted without any problem. Now on to getting the LCD to work. Thanks for your help. Smile
#8
Hope this still works with the newer versions of Armbian. I'm going to try it and see how it goes.


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't boot from eMMc with Armbian 23.8 Bookworm francoispawlus 1 599 11-13-2023, 04:12 AM
Last Post: francoispawlus
  Try to boot armbian 22.02 on SoPine baseboard adjivas 1 960 01-11-2023, 03:20 PM
Last Post: MNtinkerer
  Armbian 22.02 Release Announcement TRS-80 0 1,114 02-28-2022, 05:00 PM
Last Post: TRS-80
  Armbian - Xenial (SOPINE) pineadmin 6 14,352 08-05-2019, 01:17 AM
Last Post: pineadmin
  Armbian Luke 1 4,010 07-07-2019, 03:53 AM
Last Post: igorp
  SoPine/Pine64 LTS: Ubuntu Mate is not booting jaganteki 0 2,849 11-20-2018, 10:49 PM
Last Post: jaganteki
Exclamation Using LCD panel with Xenial Mate OS r.tanaka 1 3,857 09-05-2018, 11:55 PM
Last Post: tllim
  Xenial Mate @ Sopine: no graphic acceleration & high CPU load AI_newsettler 0 2,360 08-11-2018, 10:26 AM
Last Post: AI_newsettler
  Cannot boot into Xenial Mate Jacob5146 4 6,908 04-22-2018, 11:00 AM
Last Post: Jacob5146
  Next release of Ubuntu Mate for Sopine stephen fleming 3 5,481 06-01-2017, 05:51 AM
Last Post: pfeerick

Forum Jump:


Users browsing this thread: 1 Guest(s)