Skip to content
manyb edited this page Dec 12, 2015 · 1 revision

Welcome to the a20-B2G wiki!

MicroPi provides the B2G code base of the MicroPi HPin88 Series

To build up your board, please get the source code of MicroPi at first:

###Get start

Clone the MicroPi B2G repository, use git:

git clone https://github.com/micropi/a20-B2G.git

###Config to fetch source code

After cloning, cd into the B2G directory to config for the MicroPi and fetch source code:

./config.sh fire-micropi

###Building

To build B2G, use the build.sh tool:

./build.sh

###Flashing

After build completed, simply type:

./flash.sh

This command will generate the packed image files in ./lichee_tools/pack/, and now you can use it as normal packed image files for AllWinner Development

Clone this wiki locally