User Tools

Site Tools


tutorials:cb2:development:how_to_use_android_and_lubuntu_dual_os

Differences

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

Link to this comparison view

tutorials:cb2:development:how_to_use_android_and_lubuntu_dual_os [2014/05/14 17:04] (current)
benn created
Line 1: Line 1:
 +====== How To Use Android And Lubuntu Dual Os ======
  
 +<WRAP noprint><​WRAP left box 60%>
 +//__About this Article__//
 +  * **Author**: benn --- benn@cubietech.com --- 2014/05/14 16:42
 +  * **Copyrights**:​ [[http://​creativecommons.org/​licenses/​by-sa/​3.0/​|CC Attribution-Share Alike 3.0 Unported]]
 +  * **Contributors**:​ [[http://​cubieboard.org/​|Cubieboard Community]] : ...
 +</​WRAP></​WRAP>​
 +
 +===== Abstract =====
 +Some people complain that, after booting Linux from TF card, the Android OS on Nandflash get damaged somehow. Here we give a solution to run dual OS (Android@Nand,​ Lubuntu@Card). The reason for the issue, is that the sunxi nand driver is quite different with the close sourced one. After loading the sunxi nand driver, it will damage the partition table for Android on nand.
 +Currently, It seems that disabling the sunxi nand driver is the only way.
 +
 +
 +===== Running Dual OS(Android/​Lubuntu) =====
 +
 +==== Making Lubuntu Card Image ====
 +
 +Please look at these tutorials
 +  * http://​docs.cubieboard.org/​tutorials/​cb2/​installation/​cb2_lubuntu_card_install
 +  * http://​docs.cubieboard.org/​tutorials/​ct1/​installation/​install_lubuntu_desktop_server_to_sd_card
 +
 +==== Disabling Nand Driver ====
 +After making Card Image successfully,​ insert the SD card on your host. You will see the script.bin file on the 1st partition.
 +
 +  #bin2fex script.bin script.fex
 +  #vi script.fex
 +  Change '​nand_used=1'​ to '​nand_used=0'​
 +  #fex2bin script.fex script.bin
 +
 +==== Installing Android on Nandflash ====
 +
 +Please look at these tutorials
 +
 +  * http://​docs.cubieboard.org/​tutorials/​cb2/​installation/​cb2_android_4.2.2_nand_install
 +
 +
 +
 +<WRAP noprint>
 +{{tag>​Cubieboard Cubietruck}}
 +</​WRAP>​
tutorials/cb2/development/how_to_use_android_and_lubuntu_dual_os.txt · Last modified: 2014/05/14 17:04 by benn