1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 08:29:41 +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
2010-12-21 21:47:07 +03:00
config Fixed paths. 2010-12-12 02:53:58 +03:00
firmware Reworked directory structure. 2010-12-12 00:08:05 +03:00
include Reworked directory structure. 2010-12-12 00:08:05 +03:00
script Fixed rootfs NAND settings in XZ0032 sample flashing script. 2010-12-12 04:20:37 +03:00
src Removed -Werror from GCC flags, as it causes problems on a lot of GCC versions. 2010-12-21 21:47:07 +03:00
.gitignore Initial commit. 2010-12-04 04:14:23 +03: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
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