We're no longer updating This wiki!!

Release Note of Ubuntu 16.04 LTS (v1.0)


Summary

Release Date 2016-02-04
Release Type Beta Image

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

New updates

Kernel Updates

Userspace Update

Known issues

  • No Kodi support
  • No Mali X11 support (limited to only fbdev)
  • Tons of issues not listed. :-x

How to Upgrade

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

The default boot.ini in V1.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 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.0.txt · Last modified: 2016/02/05 06:27 by mdrjr
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0