1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-26 11:53:10 +02:00
xburst-tools/flash-tool
xiangfu a834e80362 -put all the configure file operation to ingenic.c
-change usb.c to ingenic_usb.c
-finish part of nprog command
-try to init the ingenic usb in main.c
-try to make code more clear.
2009-04-30 17:26:14 +00:00
..
cmd.c -put all the configure file operation to ingenic.c 2009-04-30 17:26:14 +00:00
cmd.h -put all the configure file operation to ingenic.c 2009-04-30 17:26:14 +00:00
command_line.c -put all the configure file operation to ingenic.c 2009-04-30 17:26:14 +00:00
command_line.h add command line 2009-04-28 17:07:43 +00:00
config.h add command line 2009-04-28 17:07:43 +00:00
ingenic_cfg.c -put all the configure file operation to ingenic.c 2009-04-30 17:26:14 +00:00
ingenic_cfg.h -put all the configure file operation to ingenic.c 2009-04-30 17:26:14 +00:00
ingenic_usb.c -put all the configure file operation to ingenic.c 2009-04-30 17:26:14 +00:00
ingenic_usb.h -put all the configure file operation to ingenic.c 2009-04-30 17:26:14 +00:00
main.c -put all the configure file operation to ingenic.c 2009-04-30 17:26:14 +00:00
Makefile -put all the configure file operation to ingenic.c 2009-04-30 17:26:14 +00:00
README update Makefile and README 2009-04-28 18:22:12 +00:00
usb_boot_defines.h -put all the configure file operation to ingenic.c 2009-04-30 17:26:14 +00:00
usb_boot.cfg add read nand configure 2009-04-30 07:06:33 +00:00

inflash tools: flash image(linke u-Boot, kernel) to PI.

to compile this program you need:
	On Debian and Ubuntu, you'll need libusb-dev: sudo apt-get install libusb-dev  libconfuse-dev