Difference between revisions of "Operating System installation"

(Adding support for ARM 32-bit code execution)
(Installation of the base-system)
Line 6: Line 6:
 
* The installation of the operating system is pretty easy when you are using the Linux distributions which are supported by [https://www.hardkernel.com/ "Hardkernel"].
 
* The installation of the operating system is pretty easy when you are using the Linux distributions which are supported by [https://www.hardkernel.com/ "Hardkernel"].
 
* The OS which I have used for doing my first experiences is [https://wiki.odroid.com/odroid-n2/getting_started/os_installation_guide?redirect=1 UBUNTU MATE 18.04.4-4.9-mate-odroid-n2-20200224]
 
* The OS which I have used for doing my first experiences is [https://wiki.odroid.com/odroid-n2/getting_started/os_installation_guide?redirect=1 UBUNTU MATE 18.04.4-4.9-mate-odroid-n2-20200224]
 +
 +
=== Enable Auto-Login ===
 +
* [https://wiki.odroid.com/odroid-n2/os_images/ubuntu/20200224 Known issues and Tips: ...at the end of "Release Note of Ubuntu MATE 18.04.4 LTS (v2.1)"]
  
 
=='''Enabling the On-Screen-Keyboard'''==
 
=='''Enabling the On-Screen-Keyboard'''==

Revision as of 00:36, 9 June 2020

> Main Page > Piano Expander based on Pianotec and Odroid-N2


Installation of the base-system

Enable Auto-Login

Enabling the On-Screen-Keyboard

  • In applications, where you don't want to use an external keyboard you have the possibility to use an "On-Screen-Keyboard" which could be controlled via the Touch-Screen.

Switch-On the On-Screen-Keyboard on Ubuntu-Mate

  • On Ubuntu-Mate the On-Screen-Keyboard is already installed. You can find it in the ‘Universal Access’ menu. In this menu you find the application "Onboard" -> a click on this menu-point activates the On-Screen-Keyboard.

Adding support for ARM 32-bit code execution

odroid64:$ sudo dpkg --add-architecture armhf

odroid64:$ sudo apt-get update

apt install libc6:armhf

apt install libx11-6:armhf

apt install libfreetype6:armhf

apt install libxext6:armhf

apt install libasound2:armhf

Changing FDT (Flattened Device Tree) to support second UART-Interface for MIDI

Enabling 31250 UART-Baud-Rate for Midi-Usage

  • The baud-rate 31250 which is used for MIDI-trafic is normally NOT supported on standard UART drivers.
  • We have to tweek the UART-Kernel-driver for supporting this baud rate. This sounds like a complicated action, but it isn't really complicated - take a look on this article in the Odroid-Magazine -> ODROID-N2 UART Custom Baud Rate for MIDI

> Main Page > Piano Expander based on Pianotec and Odroid-N2