Skip to content
shawnbow edited this page Nov 12, 2014 · 14 revisions

Welcome to the B2G-FlingOne wiki! Flingone provides the B2G code base of the Matchstick dongle.

To clone the flingone repository, use git:

git clone git://github.com/flingone/B2G-FlingOne.git

After cloning, cd into the B2G directory:

cd B2G-FlingOne

Configuring for your device:

./config.sh rk30sdk       # pure B2G based on jb, stable.
./config.sh rk30sdk-kk    # pure B2G based on kk, development on going
BRANCH='matchstick' ./config.sh -d rk30sdk # matchstick based on jb, development on going

To build B2G, use the build.sh tool:

./build.sh

After build completed, simply type:

./flash.sh

This command will generate the image files, and give you the instructions on how to flash your device.

Or you may want to build and flash individual module:

./build.sh gecko
./flash.sh gecko
  • Flingone
    • [Factory Images](Factory Images)
    • [Setup USB Mode](Setup USB Mode)
    • [Other boards](Other boards)
Clone this wiki locally