We're no longer updating This wiki!!

Differences

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

Link to this comparison view

en:u3_android_release_note_v1.1 [2015/01/27 15:15]
charles.park created
en:u3_android_release_note_v1.1 [2015/01/27 15:15] (current)
charles.park created
Line 1: Line 1:
 +====== Release Note of Android (v1.1) ===== 
 +---- 
 +===== Summary ===== 
 +| Release Date | Dec/24/2014 | 
 +| Release Type | Quick fix based on v1.0 | 
 +| Release Files | [[http://​dn.odroid.com/​S805/​Android/​ODROID-C/​selfinstall-odroidc-eng-s805_4.4.2_dev_master-118-v1.1.img.xz|selfinstall-odroidc-eng-s805_4.4.2_dev_master-118-v1.1.img.xz]] (MD5SUM:​5df623fcfa3c03e1797c4eef9731c500)| 
 +===== New updates ===== 
 +  * Fixed booting failure after changing the display resolution by ODROID Utilty. This issue only occurs when Android is installed by **self installation image**. 
 +  * Fixed missing IR remote controller key, **Volume Mute** and **Menu** 
 +===== Known issues ===== 
 +  * No new issues reported on **v1.0**, keeping to fix the exist 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 [[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>​
en/u3_android_release_note_v1.1.txt · Last modified: 2015/01/27 15:15 by charles.park
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0