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_android_release_note_v1.0 [2014/12/16 17:37]
tobetter [New updates]
en:c1_android_release_note_v1.0 [2014/12/24 03:46] (current)
tobetter [Summary]
Line 1: Line 1:
 +====== Release Note of Android (v1.0) ===== 
 +---- 
 +===== Summary ===== 
 +| Release Date | Dec/11/2014 | 
 +| Release Type | Pre-installed on production | 
 +| Release Files| [[http://​dn.odroid.com/​S805/​Android/​ODROID-C/​selfinstall-odroidc-eng-s805_4.4.2_dev_master-118-v1.0.img.xz|selfinstall-odroidc-eng-s805_4.4.2_dev_master-118-v1.0.img.xz]] (MD5SUM:​980bf09dafccf87140adf80e2c76da63)| 
 +===== New updates ===== 
 +  * The 1st Android 4.4.2 release based on AMLogic'​s Android Kitkat BSP. 
 +  * 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-android|this]] to see from Github) 
 +  * **BOOT.INI** is supported for easy U-boot control. (click [[http://​odroid.com/​dokuwiki/​doku.php?​id=en:​c1_tips#​how_to_change_u-boot_configuration_by_bootini|this]] for more detail) 
 +  * Support Gigabit Ethernet on board. 
 +    * DHCP is running by default 
 +    * Static IP support is feasible on Settings 
 +  * 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) 
 +  * Support various HDMI output mode. (click [[http://​odroid.com/​dokuwiki/​doku.php?​id=en:​c1_tips#​how_to_change_hdmi_output_resolution|this]] for more detail) 
 +===== Known issues ===== 
 +  * EXT2/4 file system can not be accessible on U-boot. 
 +  * FAT16/32 can be supported on U-boot. 
 +  * Bluetooth is not supported. 
 +  * ODROID Update is not supported (will be updated) 
 +  * IR remote controller 
 +    * Power key is not working properly (will be fixed on next release) 
 +  * Tons of issues unsubscribed. :-x 
 +===== 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-android 
 +$ cd linux 
 +$ make odroidc_defconfig 
 +$ make uImage 
 +$ make meson8b_odroidc.dts 
 +$ make meson8b_odroidc.dtb 
 +</​code>​
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0