1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 12:09:40 +02:00
xburst-tools/flash-tool
xiangfu da10efbb23 [flash-tool] add copyright to those file
because "licensecheck -r *" have something like:
"*No copyright* UNKNOWN"
2009-06-21 15:53:15 +00:00
..
device_stage1 [flash-tool] add copyright to those file 2009-06-21 15:53:15 +00:00
device_stage2 [flash-tool] add copyright to those file 2009-06-21 15:53:15 +00:00
src remove AM_LDFLAHGS lines 2009-06-15 00:57:31 +00:00
autogen.sh add autogen.sh 2009-06-09 19:17:58 +00:00
ChangeLog add COPYING file 2009-06-15 00:26:04 +00:00
configure.ac [flash-tool] add configure.ac 2009-06-09 19:19:32 +00:00
COPYING add COPYING file 2009-06-15 00:26:04 +00:00
Makefile.am [flash-tool] add Makefile.am 2009-06-09 19:18:53 +00:00
README add requires file to README 2009-06-09 18:19:58 +00:00
usb_boot.cfg add read nand configure 2009-04-30 07:06:33 +00:00

Ingenic Usb Boot Tools
	 flash image(like: u-Boot, kernel) to PI.

= compile =
On Debian and Ubuntu, you'll need libusb-dev
	sudo apt-get install libusb-dev  libconfuse-dev

= run =
inflash you need device stage1(fw.bin), stage2(usb_boot.bin)
and usb_boot.cfg for the device configure.


= shell =
#!/bin/bash

sudo ./inflash -c "boot"
sudo ./inflash -c "nprog 0 u-boot-nand.bin 0 0 -n"
# sudo ./inflash -c "nprog 2048 uImage 0 0 -n"