Table of Contents

Release Note of Ubuntu 16.04 LTS (v2.0)


Summary

Release Date 2016-07-26
Release Type Update

File name : ubuntu-16.04-mate-odroid-c1-20160727.img

New updates

Kernel Updates

Userspace Update

How to improve the performance

$ sudo apt-get install cpufrequtils
$ echo 'GOVERNOR="performance"' | sudo tee /etc/default/cpufrequtils
$ sudo update-rc.d ondemand disable

Known issues & notes

LIRC Support

How to Upgrade. Don't forget dist-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