-- this snapshot copy was downloaded and shared from https://ossmalta.eu/the-chip-flash-collection/ -- Contents: CHIP-SDK.ova - Virtual machine, created with Vagrant for flashing C.H.I.P.. Contains all C.H.I.P. Images CHIP-SDK.zip - Contains vagrant file to re-create the VM, contains a script to setup Ubuntu 14.04 for flashing CHIP-tools.zip - Scripts for manual flashing, requires android-tools-fastboot sunxi-tools u-boot-tools (for Debian) flash-collection.zip - Every flavour of flash images and rootfs (server, gui, pocketchip, buildroot) in both stable and testing opensource.nextthing.co.tar.bz2 - Mirror of NTCs APT-Repository flash-collection.zip and CHIP-SDK.ova contain the following builds: Stable: Builroot b34 GUI b149 PocketC.H.I.P. b126 Server b149 Testing: Builroot b23 GUI b543 PocketC.H.I.P. b667 Server b543 Manual flash using CHIP-tools: Make sure you've got the following packages installed: android-tools-fastboot sunxi-tools u-boot-tools Change to CHIP-tools directory Run FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -L ../flash-collection/stable-pocketchip-b126. When you see "waiting for fel......" connect CHIP to your computer with a microUSB cable. Once you see "FLASH VERIFICATION COMPLETE.", then flashing is successful. Flashing using the Vagrant VM: The Vagrant VM contains all the flash images available in "flash-collection" Make sure you've got the latest VirtualBox and the Extension Pack installed. Import the OVA to VirtualBox. Extract CHIP-SDK (it contains the SSH-Key to connect to the machine) Change to CHIP-SDK directory. Run "vagrant up" Run "vagrant ssh" to connect to the machine. Now follow the process outlined in README.md Thanks to yoursunny for guiding me through the process of manual flashing with his blog. Cheers, -joedemo42 -- this snapshot copy was downloaded and shared from https://ossmalta.eu/the-chip-flash-collection/ --