1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-22 19:35:59 +02:00
xburst-tools/flash-tool
2009-06-25 02:22:15 +00:00
..
debian [flash tool][debian] must a empty line in the control file 2009-06-24 08:18:08 +00:00
src correct the path 2009-06-25 02:18:39 +00:00
xburst_stage1 renamed 2 dirs 2009-06-25 01:53:52 +00:00
xburst_stage2 some Makefile cleanup (more coming) 2009-06-25 02:22:15 +00:00
autogen.sh some cleanup (note this may break stuff, will fix in next commit) 2009-06-25 01:52:33 +00:00
ChangeLog some cleanup (note this may break stuff, will fix in next commit) 2009-06-25 01:52:33 +00:00
configure.ac [flash tool] correct the configure.ac with autoscan 2009-06-23 09:42:21 +00:00
COPYING add COPYING file 2009-06-15 00:26:04 +00:00
Makefile.am some cleanup (note this may break stuff, will fix in next commit) 2009-06-25 01:52:33 +00:00
README some cleanup (note this may break stuff, will fix in next commit) 2009-06-25 01:52:33 +00:00

*
* inflash
*
* Utility to respond to Ingenic XBurst USB boot protocol, provide
* initial boot stages and ability to access NAND on device.
*

Authors: Xiangfu Liu <xiangfu.z@gmail.com>
         Marek Lindner <lindner_marek@yahoo.de>
         Wolfgang Spraul <wolfgang@qi-hardware.com>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version
3 of the License, or (at your option) any later version.

Build Requirements: libusb-dev, libconfuse-dev

To run inflash you need device stage 1 (fw.bin), stage 2 (usb_boot.bin)
and usb_boot.cfg for device configuration.

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"