Changes between Initial Version and Version 1 of mycroft-gui-mark-2_20.04_standalone


Ignore:
Timestamp:
02/23/21 20:58:55 (3 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mycroft-gui-mark-2_20.04_standalone

    v1 v1  
     1== Mycroft Mark2 GUI using Ubuntu 20.04 server, Mycroft GUI standalone app ==
     2This is based on the very helpful build log of user AIIX that he published on https://github.com/AIIX/Documentation/blob/master/Custom-RPI4-MycroftImage.md
     3The focus of this guide is to install the Mycroft GUI as a standalone app without KDE plasma nano.
     4
     5=== Install Linux ===
     6Use the current Ubuntu server 20.04 using 64-bit architecture from https://ubuntu.com/download/raspberry-pi
     7Follow the installation guide at https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi#1-overview **including the initial Wifi setup**
     8
     9==== user ====
     10* {{{ sudo useradd mycroft -g users -G sudo -m -s /bin/bash }}}
     11* {{{ sudo passwd mycroft }}}
     12* {{{ sudo nano /etc/group }}}
     13(add mycroft to all groups like ubuntu)
     14
     15From now on work as user mycroft
     16
     17==== update / initial apt setup ====
     18* {{{ sudo apt-get update && sudo apt-get dist-upgrade -y }}}
     19* {{{ sudo apt install git gnupg wget curl apt-transport-https software-properties-common }}}