2015-09-10 19:55:33 +00:00
|
|
|
# CHIP-tools
|
|
|
|
A collection of scripts for working with CHIP
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
1) [sunxi-tools](https://github.com/linux-sunxi/sunxi-tools.git)
|
|
|
|
2) **uboot-tools** from your package manager
|
2016-12-12 23:48:28 +00:00
|
|
|
2) **mtd-utils-mlc** from our repository (https://github.com/nextthingco/chip-mtd-utils) [for creating images]
|
2015-09-10 19:55:33 +00:00
|
|
|
|
|
|
|
## Included Tools
|
|
|
|
### chip-update-firmware
|
2016-12-12 23:48:28 +00:00
|
|
|
This tool is used to download and flash the latest firmware release for CHIP. The tool also now only supports fastboot flashing.
|
2015-09-10 19:55:33 +00:00
|
|
|
|
2016-12-12 23:48:28 +00:00
|
|
|
### chip-create-nand-images
|
|
|
|
This tool is used to generate local firmware images for CHIP and CHIP Pro.
|