Release Note of Ubuntu Minimal 18.04.2 LTS (v1.1)
Summary
Release Date | 2019-03-29 | |
Release Type | New Image |
File name : ubuntu-18.04.2-4.9-minimal-odroid-n2-20190329.img.xz
Download from below servers
- Official US West Coast: http://odroid.in/ubuntu_18.04lts
- Official US East Coast: http://east.us.odroid.in/ubuntu_18.04lts (Thanks to David Beauchamp @ archlinuxarm)
- Official EU Germany: http://de.eu.odroid.in/ubuntu_18.04lts
- Official Korea/Asia Mirror: https://dn.odroid.com/S922X/ODROID-N2/Ubuntu/
Features
- Linux Kernel LTS 4.9.162
- U-Boot 2015.01
- Mali GPU driver for framebuffer(fbdev): OpenGL-ES 1.1, 2.0, 3.0, 3.1 and 3.2 with OpenCL-1.2 and 2.0.
- Fixed PPSSPP installation (SDL implementation)
- HDMI resolution auto-detection
The RootFS Auto-resize feature has changed!!! Once everything is done after auto-resize, the power will turn off automatically. Wait a couple of minutes. And unplug-plug the DC plug when the blue LED is off.
Known issues and Tips
- Tons of issues undocumented.
Access Credentials
Username | Password | ||
root | odroid |
PPSSPP
- Install PPSSPP for PSP emulation, source code will be on the same folder:
- target
/root/install_ppsspp.sh cd /root/ppsspp ./PPSSPPSDL
glmark2-es2-fbdev
- A slightly modified version was required to work
- Source code is on /root/glmark2-es2-fbdev-master
- You can launch it running:
- target
glmark2-es2-fbdev
Video Playback
- Hardware accelerated video playback is possible using c2play or kplayer
- c2play is a amazing piece of software written by crashoverride Source Code
- kplayer is a video player developed by Amlogic to test the internal hardware decoder.
- c2play usage:
- target
c2play filename
- kplayer usage:
- target
kplayer filename
boot.ini
Kernel build (native)
How to Update system and kernel software
- target
sudo apt update sudo apt full-upgrade sudo reboot