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 12:30]
james [Download the source code]
tutorials:cb1:installation:building_android_ics_a10_image [2014/09/19 17:58] (current)
parker [Download the source code]
Line 7: Line 7:
   * **Contributors**:​ [[http://​cubieboard.org/​|Cubieboard Community]] : ...   * **Contributors**:​ [[http://​cubieboard.org/​|Cubieboard Community]] : ...
 </​WRAP></​WRAP>​ </​WRAP></​WRAP>​
 +
 +
 +
 +
 +
 +===== 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 ===== ===== 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   $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:
Line 32: Line 41:
   $cd ../android   $cd ../android
   $source build/​envsetup.sh   $source build/​envsetup.sh
-  $lunch 11 (select apollo_cubieboard-eng)+  $lunch ​ 
 +  $11     //note:select apollo_cubieboard-eng
   $extract-bsp   $extract-bsp
   $make -j8   $make -j8
Line 51: Line 61:
  
  
 +=====Setup===== 
 +It is recommended to run this on Ubuntu 12.04 setup. You will need '​make'​ version 3.81 specifically.
  
  
tutorials/cb1/installation/building_android_ics_a10_image.1381984228.txt.gz · Last modified: 2013/12/23 14:50 (external edit)