(05-28-2016, 06:49 PM)tllim Wrote:(05-28-2016, 02:43 AM)NGC6691 Wrote: @lvcargnini: Allwinner must do it, not us.
Well, we don't know which AOSP projects they have modified and is near impossible to set up a github tree.
Not sure whether this shell file help up. Disclaimer, I am not Android software engineer.
According to this document, they use zzzz-chiphd instead of tulip_p1, am I right?
Sent from my iPhone using Tapatalk
(05-31-2016, 09:15 AM)NGC6691 Wrote: 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.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:
Now you should have a generated image in ~/mydroid/lichee/tools/pack named sun50iw1p1_android_p1_uart0.imgCode:$ pack
I tried to write it on my SD with PhoenixCard but does not boot.
I had too many troubles with phoenixcard. Even though official firmware didn't work with it.
Try to use dd. I mean the problem can be with poenixcard
Sent from my iPhone using Tapatalk