User Tools

Site Tools


tutorials:cb1:installation:building_android_ics_a10_image

This is an old revision of the document!


Building & Install Android ICS(A10) Image

About this Article

Download the source code

Compiling image

After get the source code,you could use common to build it as follow:

Build Linux kernal

$cd lichee/
$./build.sh -p sun4i_crane -k 3.0

Start building:

Sucess building:

Build Android image

$cd ../android
$source build/envsetup.sh
$lunch 11 (select apollo_cubieboard-eng)
$extract-bsp
$make -j8

Finish building:

Pack Final image:

$pack

Pack success:

Install image

The final image is at lichee/lichee/tools/pack/sun4i_crane_cubieboard.img You can use LiveSuit to install it.

tutorials/cb1/installation/building_android_ics_a10_image.1381984114.txt.gz · Last modified: 2013/12/23 14:50 (external edit)