From 96a46de26768cd4c3a469cbe816175acadab5bf1 Mon Sep 17 00:00:00 2001 From: August Date: Thu, 9 Aug 2018 12:07:34 +0800 Subject: [PATCH] update README.md --- README.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/README.md b/README.md index b66c4d35c1..9bb57f2715 100644 --- a/README.md +++ b/README.md @@ -1 +1,64 @@ # BPI-A64-Android 8.1 + +---------- + +**Prepare** + +Please download oversize files from this [link](https://pan.baidu.com/s/1PCvnVxngNy_D73SI4nZObQ) and merge them to the source code. + + +---------- + +**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.