We're no longer updating This wiki!!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:c1_ubuntu_release_note_v1.0 [2014/12/18 15:51]
odroid [New updates]
en:c1_ubuntu_release_note_v1.0 [2015/01/28 19:39] (current)
john1117 [New updates]
Line 1: Line 1:
 +====== 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 [[https://​github.com/​hardkernel/​linux/​tree/​odroidc-3.10.y|this]] to see from Github) 
 +  * **BOOT.INI** is supported for easy U-boot control. 
 +  * Support Gigabit Ethernet on board. 
 +    * DHCP is running by default 
 +  * Support USB WiFi dongle. (click [[http://​hardkernel.com/​main/​products/​prdt_info.php?​g_code=G137447734369|this]] or [[http://​hardkernel.com/​main/​products/​prdt_info.php?​g_code=G141630348024|this]] to see the product) 
 +  * Support USB Audio dongle. (click [[http://​hardkernel.com/​main/​products/​prdt_info.php?​g_code=G141629380416|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 ===== 
 +  * EXT2/4 file system can not be accessible on U-boot. 
 +  * FAT16/32 can be supported on U-boot. 
 +  * IR remote controller 
 +  * Tons of issues unsubscribed. :-x 
 +  * No CEC support on XBMC 
 +===== 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 [[en:​c1_building_u-boot|U-boot]] and [[en:​c1_building_kernel|Kernel]]. 
 +==== U-boot ==== 
 +<​code>​ 
 +$ git clone https://​github.com/​hardkernel/​u-boot.git -b odroidc-v2011.03 
 +$ cd u-boot 
 +$ make odroidc_config 
 +$ make 
 +</​code>​ 
 +==== Linux Kernel ==== 
 +<​code>​ 
 +$ 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 
 +</​code>​
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0