-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Philippe12 edited this page Dec 3, 2014
·
7 revisions
This wiki explaine how to comply Android for "A20-OLinuXino-MICRO-4GB"
Used the google howto at Initializing a Build Environment
Look at Installing Repo
mkdir olimex
cd olimex
All this sources are in on git project with tow submodules.
clone the project :
git clone --recursive https://github.com/Philippe12/lichee.git
I create a custom manifeste for add some path like ethernet.
It could be take some long time
mkdir android
cd android
repo init -u https://github.com/Philippe12/Android_A20_manifests.git -b kitkat
repo sync
Go back to kernel directiry and build:
cd ../lichee
./build.sh -p sun7i_android -b wing-nck70 -k 3.4
Go to android directory and build (the compilation time it depend that your hardware)
- To do just on time at each new session
cd ../android
source build/envsetup.sh
lunch _(select the board wing-nck70-eng)_
- Specifique to Allwinner (if kernel has modify)
extract-bsp
- make (-j for the jobs number)
make -j4
After all are compled without error, we must to make a phoenixsuite
image
pack