Table of Contents

Release Note of Ubuntu 16.04 LTS (v2.3)


Summary

Release Date 2017-03-01
Release Type Update

File name : ubuntu64-16.04.2lts-mate-odroid-c2-20170301.img.xz

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

New updates

Kernel Updates

U-Boot Updates

Userspace Update

Tips and Known issues

Reverting to Kodi 16.1

How to update the kernel and system

The default boot.ini in V2.3

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

Run “git checkout jenkins-deb_s905_kernel-102” command to use the same kernel tag before “make odroidc2_defconfig”.

Kodi Tips