05-31-2016, 09:15 AM
I found something interesting.
To generate the full android image (I think) we also need the Linux BSP (http://wiki.pine64.org/index.php/Pine_A6...ux_BSP_2.0)
I started to make a workspace directory and unzip in it Android and Linux SDK.
after this you must have mydroid with android and lichee directories inside.
Now compile Android:
..and, at the end:
Now you should have a generated image in ~/mydroid/lichee/tools/pack named sun50iw1p1_android_p1_uart0.img
I tried to write it on my SD with PhoenixCard but does not boot.
To generate the full android image (I think) we also need the Linux BSP (http://wiki.pine64.org/index.php/Pine_A6...ux_BSP_2.0)
I started to make a workspace directory and unzip in it Android and Linux SDK.
Code:
$ mkdir ~/mydroid
$ cd ~/mydroid
$ unzip A64-BSP-2.0.zip
$ unzip A64-Android-6.0-SDK.zip
Now compile Android:
Code:
$ cd android
$ export USE_CCACHE=1
$ export CCACHE_DIR=/path/to/your/.ccache
$ prebuilts/misc/linux-x86/ccache/ccache -M 50G
$ source build/envsetup.sh
$ lunch tulip_p1-eng
..and, at the end:
Code:
$ pack
I tried to write it on my SD with PhoenixCard but does not boot.