1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 06:24:04 +02:00
XBurst Tools, collection of boot and flash tools for XBurst devices. http://projects.qi-hardware.com/index.php/p/xburst-tools/
Go to file
2011-05-27 12:06:59 +04:00
config Updated ECC settings to support new Linux kernel. 2011-03-07 03:16:13 +03:00
firmware Reworked directory structure. 2010-12-12 00:08:05 +03:00
include Added Linux loader. 2011-05-27 12:04:23 +04:00
script Updated ECC settings to support new Linux kernel. 2011-03-07 03:16:13 +03:00
src Fix -v to be less ugly. 2011-05-27 12:06:59 +04:00
.gitignore Changed everything to use autotools. 2011-04-05 19:53:12 +04:00
COPYING Reworked directory structure. 2010-12-12 00:08:05 +03:00
COPYING.GPL3 Initial commit. 2010-12-04 04:14:23 +03:00
Makefile.am Changed everything to use autotools. 2011-04-05 19:53:12 +04:00
README Reworked directory structure. 2010-12-12 00:08:05 +03:00

Needs libusb-1.0 (not 0.1!) to work. Readline is optional.
To build:
  make -C src
If you have readline (recommended):
  make -C src READLINE=1