We're no longer updating This wiki!!

This is an old revision of the document!


Release Note of Ubuntu 16.04 LTS (v2.0)


Summary

Release Date 2016-05-25
Release Type Update

File name : ubuntu64-16.04lts-mate-odroid-c2-20160525.img.xz

Note: OS will reboot on the first boot for automatic rootfs resize

New updates

Kernel Updates

  • KVM Support (enabled via boot.ini)
  • Mali r6p1 Update
  • new CEC driver
  • Linaro's patchs up to 3.14.65
  • fixed verbose UART driver
  • better thermal control when GPU is in use
  • new IR Remote driver using LIRC
  • Several PWM fixes
  • Several i2c fixes
  • gpio irq via sysfs
  • RTC Shield support
  • Realtek 8812/8821 support
  • zram support

Userspace Update

  • X11 EGL acceleration
  • Disabled composting on Mate
  • 64-Bit Chromium with EGL Enabled
  • Kodi 16.2
  • CEC Support

Known issues

  • 64bit Firefox is very unstable
  • Tons of issues not listed. :-x

How to update the kernel and system

  • sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade 

The default boot.ini in V1.1

How to checkout

The current version only provide Linux kernel and U-boot source code. Here are the instructions to checkout the source code and build. For more detail information, please visit U-boot and Kernel.

This guide is only for the NATIVE BUILD.

U-boot

$ git clone https://github.com/hardkernel/u-boot.git -b odroidc2-v2015.01
$ cd u-boot
$ make odroidc2_config
$ make

Linux Kernel

$ git clone https://github.com/hardkernel/linux -b odroidc2-3.14.y
$ cd linux
$ make odroidc2_defconfig
$ make -j5
$ sudo make modules_install
$ sudo cp arch/arm64/boot/Image /media/boot
$ sudo cp arch/arm64/boot/dts/meson64_odroidc2.dtb /media/boot
en/c2_ubuntu_release_note_v1.1.1464154187.txt.gz · Last modified: 2016/05/25 13:59 by mdrjr
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0