OS Flash

https://nextthingco.zendesk.com/hc/en-us/categories/200881468-C-H-I-P-

Linux Host

Dependencies

# apt-get update
# sudo apt-get install u-boot-tools android-tools-fastboot git build-essential libusb-1.0-0-dev

SunXi Tools

$ git clone http://github.com/linux-sunxi/sunxi-tools
$ cd sunxi-tools
$ make
# sudo rm -f /usr/local/bin/fel
# ln -s $PWD/fel /usr/local/bin/fel
or
# cp fel /usr/local/bin/

Build Tools

# exit
$ cd ..
$ git clone http://github.com/NextThingCo/CHIP-tools
$ cd CHIP-tools
$ git pull

Flash Buildroot

Flash Debian

At CHIP

Last updated