1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 16:25:20 +02:00
xburst-tools/flash-tool
xiangfu dd263b67b9 add init hand function
add check nand configure
2009-04-30 07:18:44 +00:00
..
cmd.c add init hand function 2009-04-30 07:18:44 +00:00
cmd.h now the nprog function can read the argument 2009-04-30 06:41:49 +00:00
command_line.c now the nprog function can read the argument 2009-04-30 06:41:49 +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_usb.h add command line 2009-04-28 17:07:43 +00:00
main.c cleanup the code 2009-04-28 18:13:19 +00:00
Makefile change cmd_boot.c to cmd.c, put all the command in this file. 2009-04-29 07:25:12 +00:00
README update Makefile and README 2009-04-28 18:22:12 +00:00
usb_boot_defines.h mv the COMMAND define to command_line.c 2009-04-30 06:12:38 +00:00
usb_boot.cfg add read nand configure 2009-04-30 07:06:33 +00:00
usb.c fix strcmp warning 2009-04-28 18:38:26 +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