No description
Find a file
August 8e766dba19 10" lcd panel support
1. set output_mode to 0x45 for 1024x600 panel
2. set output_mode to 0x46 for 1280x800 panel
2018-12-13 00:47:09 +08:00
android Fix compile issue after extend PROP_VALUE_MAX 2018-08-16 00:30:51 +08:00
lichee 10" lcd panel support 2018-12-13 00:47:09 +08:00
README.md update readme.md 2018-08-09 15:02:10 +08:00

BPI-A64-Android 8.1

Prepare

Please download oversize files from this link and merge them to the source code.

Get the docker image from Sinovoip Docker Hub , Build the android source with this docker environment.


Build

Build U-boot

$ cd brandy 
$ ./build.sh -p sun50iw1p1

Build Lichee

$ cd lichee
$ ./build.sh config

 Welcome to mkscript setup progress
 All available platform:
    0. android
    1. dragonboard
    2. linux
    3. camdroid
 Choice [dragonboard]: 0
 All available chip:
    0. sun3iw1p1
    1. sun50iw1p1
    2. sun50iw2p1
    3. sun50iw3p1
 ...
 Choice [sun50iw1p1]: 1
 All available kern_ver:
    0. linux-4.9
 Choice [linux-4.9]: 0
 All available board:
    0. dp18
    1. fpga
    2. m64
    3. m64_hdmi
    4. m64_old
 ...
 Choice [m64_hdmi]: 2
 
 $ ./build.sh

Build Android

$ cd ../android
$ source build/envsetup.sh
$ lunch
$ extract-bsp
$ make -j8
$ pack

Flash

The target image is packed at lichee/tools/pack/, flash it to your device by PhoenixCard or LiveSuit.