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-07-26
Release Type Update

File name : ubuntu-16.04lts-lubuntu-odroid-c-20160726.img

New updates

Kernel Updates

  • New CEC Driver (Thanks to Raybuntu and gda)
  • SPI Fixes
  • Improved alsa support
  • Less noisy UART
  • Fixed 1280×1024
  • Many more see Here

Userspace Update

  • Kodi updated to 16.1
  • Dynamic refresh rate on Kodi
  • Ubuntu 16.04

Known issues

  • EXT2/4 file system can not be accessible on U-boot.
  • Using chromium 48 to better compatibility
  • Tons of issues not listed. :-x
  • Kodi requires to be manually started for HDMI Passthrough work.
    AE_SINK=ALSA kodi

LIRC Support

How to Upgrade

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

The default boot.ini in V2.0

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 odroidc-v2011.03
$ cd u-boot
$ make odroidc_config
$ make

Linux Kernel

$ git clone --depth 1 https://github.com/hardkernel/linux -b odroidc-3.10.y
$ cd linux
$ make odroidc_defconfig
$ make uImage modules
$ make dtbs
$ sudo make modules_install
$ sudo cp arch/arm/boot/uImage /media/boot
$ sudo cp arch/arm/boot/dts/meson8b_odroidc.dtb /media/boot
en/c1_ubuntu_release_note_v2.0.1469574760.txt.gz · Last modified: 2016/07/27 07:42 by mdrjr
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0