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_building_android [2016/08/02 10:56]
codewalker [Android]
en:c1_building_android [2016/10/25 17:21]
codewalker [Android kitkat]
Line 15: Line 15:
 This command will initiate to download Android source tree for **ODROID-C1**. This command will initiate to download Android source tree for **ODROID-C1**.
 ==== Android kitkat ==== ==== Android kitkat ====
 +=== 4.4.2 v3.2 ==
 <​code>​ <​code>​
 $ mkdir odroid-c1 $ mkdir odroid-c1
 $ cd odroid-c1 $ cd odroid-c1
 $ repo init -u https://​github.com/​hardkernel/​android.git -b s805_4.4.2_master $ repo init -u https://​github.com/​hardkernel/​android.git -b s805_4.4.2_master
 +$ repo sync
 +</​code>​
 +=== 4.4.4 v3.3 ==
 +<​code>​
 +$ mkdir odroid-c1
 +$ cd odroid-c1
 +$ repo init -u https://​github.com/​hardkernel/​android.git -b s805_4.4.4_master
 $ repo sync $ repo sync
 </​code>​ </​code>​
Line 89: Line 97:
 ==== Misc ==== ==== Misc ====
 These file are not mandatory for Android to use, but useful for further features. **recovery.img** helps you to update Android system, **ODROID-C1** use this for installatioin. **hardkernel-720.bmp** is to show a logo on your HDMI display on boot and disappear when Android display subsystem is initiated. These file are not mandatory for Android to use, but useful for further features. **recovery.img** helps you to update Android system, **ODROID-C1** use this for installatioin. **hardkernel-720.bmp** is to show a logo on your HDMI display on boot and disappear when Android display subsystem is initiated.
 +
 +=== Kikkat ===
 +<​code>​
 +$ fastboot flash recovery out/​target/​product/​odroidc/​recovery.img
 +$ fastboot flash logo out/​target/​product/​odroidc/​hardkernel-720.bmp
 +</​code>​
 +
 +=== Lollipop ===
 <​code>​ <​code>​
-sudo fastboot flash recovery out/​target/​product/​odroidc/​recovery.img +$ fastboot flash recovery out/​target/​product/​odroidc/​recovery.img 
-sudo fastboot flash logo out/​target/​product/​odroidc/​hardkernel-720.bmp+$ fastboot flash logo out/​target/​product/​odroidc/​hardkernel-720.bmp.gz
 </​code>​ </​code>​
 ===== How to create Android bootable media with empty MicroSD/​eMMC ===== ===== How to create Android bootable media with empty MicroSD/​eMMC =====
en/c1_building_android.txt · Last modified: 2016/10/25 17:21 by codewalker
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0