Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
odroid-xu4:os_images:linux:ubuntu_4.14:20180501 [2018/05/02 08:53] justin [Known issues and Tips] |
odroid-xu4:os_images:linux:ubuntu_4.14:20180501 [2018/11/18 10:40] (current) odroid [Linux Kernel build] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Release Note of Ubuntu 18.04 LTS (v4.0) ===== | + | ====== Release Note of Ubuntu |
---- | ---- | ||
===== Summary ===== | ===== Summary ===== | ||
Line 10: | Line 10: | ||
//**XU4 OS image is fully compatible with HC1, MC1 and XU3.**// | //**XU4 OS image is fully compatible with HC1, MC1 and XU3.**// | ||
===== Download from below servers ===== | ===== Download from below servers ===== | ||
- | * Official US West Coast: [[http:// | + | * Official US West Coast: [[http:// |
- | * Official US East Coast: [[http:// | + | * Official US East Coast: [[http:// |
- | * Official EU Germany: [[http:// | + | * Official EU Germany: [[http:// |
* Official Korea Mirror: [[http:// | * Official Korea Mirror: [[http:// | ||
Line 18: | Line 18: | ||
* Ubuntu 18.04 LTS Bionic Beaver with Mate Desktop | * Ubuntu 18.04 LTS Bionic Beaver with Mate Desktop | ||
* Kernel 4.14.37 LTS (the latest LTS Kernel version at this moment) | * Kernel 4.14.37 LTS (the latest LTS Kernel version at this moment) | ||
- | * OpenGL ES 3.1 and OpenCL 1.2 drivers for Mali T628MP6 GPU | + | * %%OpenGL%% ES 3.1 and %%OpenCL%% 1.2 drivers for Mali T628MP6 GPU |
* X11 armsoc display driver with full-screen VSYNC implementation | * X11 armsoc display driver with full-screen VSYNC implementation | ||
* Kernel header package is improved to support the DKMS driver build | * Kernel header package is improved to support the DKMS driver build | ||
- | * Streamline DS-5 community edition compatible gator.ko driver is included | + | * Support ARM streamline performance analyzer (https:// |
- | * FFMPEG with hardware accelerated H.264 decoder/decoders | + | * FFMPEG with hardware accelerated H.264 decoder |
- | * SDL patched with OpenGL ES Support | + | * SDL patched with %%OpenGL%% ES Support |
* GPU accelerated Chromium browser | * GPU accelerated Chromium browser | ||
* Kodi 17.6 playback 1080p/60fps H.264 files without tearing | * Kodi 17.6 playback 1080p/60fps H.264 files without tearing | ||
* CPU performance-counter feature works with big and little cores for more efficient HMP program development | * CPU performance-counter feature works with big and little cores for more efficient HMP program development | ||
- | * WiringPi and other GPIO/ | + | * %%WiringPi%% and other GPIO/ |
* KVM feature is ready to run | * KVM feature is ready to run | ||
* Docker feature is ready to run | * Docker feature is ready to run | ||
Line 40: | Line 40: | ||
===== Known issues and Tips===== | ===== Known issues and Tips===== | ||
* Tons of issues undocumented. :-x | * Tons of issues undocumented. :-x | ||
+ | * Mali GPU access could be blocked by a recent Canonical' | ||
+ | * < | ||
+ | * To change **CPU governor** to " | ||
* VLC doesn' | * VLC doesn' | ||
- | * To enable Auto-login, edit /// | + | |
+ | | ||
* < | * < | ||
greeter-session=lightdm-gtk-greeter | greeter-session=lightdm-gtk-greeter | ||
Line 48: | Line 52: | ||
* < | * < | ||
* The Youtube video quality on Chromium browser can be improved a lot with “h264ify” extension in Chrome Web Store. 720p/30fps videos are fine with the extension. | * The Youtube video quality on Chromium browser can be improved a lot with “h264ify” extension in Chrome Web Store. 720p/30fps videos are fine with the extension. | ||
+ | * How to test Qt5 GPU acceleration. | ||
+ | * < | ||
+ | / | ||
===== Access Credentials ===== | ===== Access Credentials ===== | ||
|| Username || Password || | || Username || Password || | ||
Line 58: | Line 65: | ||
<code bash target> | <code bash target> | ||
sudo apt update | sudo apt update | ||
+ | sudo apt upgrade | ||
sudo apt dist-upgrade | sudo apt dist-upgrade | ||
sudo reboot | sudo reboot | ||
Line 68: | Line 76: | ||
You may need to install the building tools. | You may need to install the building tools. | ||
<code bash target> | <code bash target> | ||
- | $ sudo apt-get install git gcc g++ build-essential | + | $ sudo apt-get install git gcc g++ build-essential |
</ | </ | ||