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
2009-06-05 08:20:06 +00:00
..
device_stage1 add device_stage1 code 2009-06-05 08:20:06 +00:00
device_stage2 change the sturct name 2009-05-20 08:13:10 +00:00
cmd.c change the fread fseek ... to read. seek 2009-05-31 03:32:19 +00:00
cmd.h now the reflash function is work :-) 2009-05-14 17:11:03 +00:00
command_line.c now the reflash function is work :-) 2009-05-14 17:11:03 +00:00
command_line.h add command line 2009-04-28 17:07:43 +00:00
config.h change the fread fseek ... to read. seek 2009-05-31 03:32:19 +00:00
ingenic_cfg.c change some output info 2009-05-26 17:22:44 +00:00
ingenic_cfg.h change the sturct name 2009-05-20 08:13:10 +00:00
ingenic_usb.c change the file_buf use the code_buf not malloc 2009-05-26 17:05:54 +00:00
ingenic_usb.h now the reflash function is work :-) 2009-05-14 17:11:03 +00:00
main.c delete the useless head file 2009-06-05 05:49:19 +00:00
Makefile -put all the configure file operation to ingenic.c 2009-04-30 17:26:14 +00:00
README fix typo 2009-05-14 17:34:03 +00:00
reflash.sh add a reflash shell 2009-05-14 17:12:48 +00:00
usb_boot_defines.h change the file_buf use the code_buf not malloc 2009-05-26 17:05:54 +00:00
usb_boot.cfg add read nand configure 2009-04-30 07:06:33 +00:00

inflash tools: flash image(like: 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