Table of Contents

Release Note of Ubuntu 14.04.2 LTS (v1.2)


Summary

Release Date 2015-01-20
Release Type Update

New updates

All previous from Release Note (v1.0) and Release Note (v1.1)

Kernel Updates

Userspace Update

Known issues

Upgrade from 1.1 to 1.2

It's possible to upgrade from 1.1 to 1.2 using this:

curl -s deb.odroid.in/v1.1_to_v1.2.sh | sudo bash

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 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