User Tools

Site Tools


tutorials:cb1:installation:building_android_ics_a10_image

Differences

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

Link to this comparison view

tutorials:cb1:installation:building_android_ics_a10_image [2013/10/17 11:44]
james created
tutorials:cb1:installation:building_android_ics_a10_image [2014/09/19 17:58] (current)
parker [Download the source code]
Line 8: Line 8:
 </​WRAP></​WRAP>​ </​WRAP></​WRAP>​
  
-===== Download the source code ===== 
  
  
 +
 +
 +===== Building environment for Android =====
 +Refer to the link:[[http://​docs.cubieboard.org/​tutorials/​cb1/​development/​cubieboard/​building_environment_for_android|Building environment for Android]]
 +
 +===== Download the source code =====
 +Before all you should make sure that you have more than 23GB space
 +
 +  $mkdir a10-android-ICS && cd a10-android-ICS
 +  $wget http://​dl.cubieboard.org/​software/​a10-cubieboard/​android/​A10-android-4.04.tar.xz
 +  $tar -xvJf A10-android-4.04.tar.xz
 ===== Compiling image===== ===== Compiling image=====
 After get the source code,you could use common to build it as follow: After get the source code,you could use common to build it as follow:
  
-Build Linux kernal:+====Build Linux kernal====
  
   $cd lichee/   $cd lichee/
Line 27: Line 37:
 {{:​tutorials:​cb1:​installation:​selection_042.png|}} {{:​tutorials:​cb1:​installation:​selection_042.png|}}
  
-Build Android image:+====Build Android image====
  
   $cd ../android   $cd ../android
   $source build/​envsetup.sh   $source build/​envsetup.sh
-  $lunch 11+  $lunch ​ 
 +  $11     //​note:​select apollo_cubieboard-eng 
 +  $extract-bsp
   $make -j8   $make -j8
 Finish building: Finish building:
 +
 +{{:​tutorials:​cb1:​installation:​selection_043.png|}}
  
 Pack Final image: Pack Final image:
Line 39: Line 53:
   $pack   $pack
  
-  ​+Pack success: 
 + 
 +{{:​tutorials:​cb1:​installation:​selection_044.png|}} 
 + 
 +=====Install image===== ​  
 +The final image is at lichee/​lichee/​tools/​pack/​sun4i_crane_cubieboard.img 
 + 
 + 
 +=====Setup===== 
 +It is recommended to run this on Ubuntu 12.04 setup. You will need '​make'​ version 3.81 specifically. 
 + 
 <WRAP noprint> <WRAP noprint>
 {{tag>​Cubieboard Cubietruck}} {{tag>​Cubieboard Cubietruck}}
 </​WRAP>​ </​WRAP>​
tutorials/cb1/installation/building_android_ics_a10_image.1381981467.txt.gz · Last modified: 2013/12/23 14:50 (external edit)