We're no longer updating This wiki!!

This is an old revision of the document!


Release Note of Ubuntu 16.04 LTS (v1.1)


Summary

Release Date 2016-10-11
Release Type Update

File name : ubuntu-16.04-mate-odroid-xu3-20161011.img

XU3 OS image is fully compatible with XU4.

Download from below servers

New from previous versions

  • Ubuntu 16.04.1
  • Kernel 3.10.103
  • 3.5“ Touchscreen driver
  • Better USB Storage
  • dmcrypt fix cpu hotplug support
  • fstrim support on eMMC
  • xpad joystick support
  • zram support
  • fix 1024×768 support
  • debloat zImage a little
  • Updated Mali to r14p0 with proper VSYNC working

Known issues

  • Chromium version is on hold version 48 due to issues with newer versions.
  • Kodi crashing when exit.
  • EneregyMonitor app was removed. Build and install it with source code if you need it.
  • Tons of issues undocumented. :-x

Access Credentials

Username Password
root odroid
odroid odroid

Note: Please change the password for a production environment.

Kodi crashing when exit (workaround)

The Kodi(xbmc) crashes when exit on non-CEC monitor.

Update the system with “sudo apt update && sudo apt dist-upgrade” and reboot.
Then the CEC configuration is disabled in the boot.ini file by default.

  • /media/boot/boot.ini
# --- HDMI CEC Configuration ---
# ------------------------------------------
setenv cecenable "false" # false or true

How to Update system and kernel software. Don't forget dist-upgrade

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

Linux Kernel

This guide is only for the NATIVE BUILD. Run it on the board.

For Kernel and DTB

$ git clone --depth 1 https://github.com/hardkernel/linux -b odroidxu3-3.10.y
$ cd linux
$ make odroidxu3_defconfig
$ make -j9
$ sudo make modules_install
$ sudo cp arch/arm/boot/zImage /media/boot
$ sudo cp arch/arm/boot/dts/exynos5422-odroidxu3.dtb /media/boot

For RAMDISK (Optional)

sudo cp .config /boot/config-`make kernelrelease`
sudo update-initramfs -c -k `make kernelrelease`
sudo mkimage -A arm -O linux -T ramdisk -C none -a 0 -e 0 -n uInitrd -d /boot/initrd.img-`make kernelrelease` /boot/uInitrd-`make kernelrelease`
sudo cp /boot/uInitrd-`make kernelrelease` /media/boot/uInitrd
en/xu3_ubuntu_release_note_20161011.1476189904.txt.gz · Last modified: 2016/10/11 21:15 by mdrjr
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0