Release Note of Ubuntu 14.04.1 LTS (v1.0)
Summary
Release Date | 2014-12-11 |
Release Type | Pre-installed on production |
New updates
The 1st Ubuntu 14.04 for ODROID-C1
Linux kernel is based on 3.10.33, Hardkernel's integration on top of AMLogic's changes. (click
this to see from Github)
BOOT.INI is supported for easy U-boot control.
Support Gigabit Ethernet on board.
Support USB
WiFi dongle. (click
this or
this to see the product)
Support USB Audio dongle. (click
this to see the product)
OpenGL ES 1.1 & 2.0 hardware acceleration is running on ARM Mali-450MP2 GPU.
Support various HDMI output mode.
ODROID-Utility for Kernel/u-boot update, HDMI configuration, Resize Root partition and so on.
XBMC/Kodi 14.0 Helix is included and it utilizes the 2D/3D hardware acceleration.
Known issues
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.
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
$ sudo make modules_install
$ sudo cp arch/arm/boot/uImage /media/boot
$ sudo cp arch/arm/boot/dts/meson8b_odroidc.dtb /media/boot