1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00
Files
xburst-tools/xbboot
Wolfgang Spraul 40602c2235 added 0x for hex
2009-08-21 17:00:33 +08:00
..
2009-08-21 17:00:33 +08:00
2009-08-21 17:00:33 +08:00
2009-08-21 14:04:09 +08:00
2009-08-21 14:04:09 +08:00
2009-08-21 14:04:09 +08:00
2009-08-21 14:04:09 +08:00
2009-08-21 14:04:09 +08:00
2009-08-21 14:04:09 +08:00
2009-08-21 14:04:09 +08:00
2009-08-21 14:04:09 +08:00
2009-08-21 14:04:09 +08:00
2009-08-21 14:04:09 +08:00

*
* xbboot
*
* Use the Ingenic XBurst USB boot protocol to boot, load binaries
* into memory and execute them.
*

Authors: 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

Build and Installation:
  ./autogen.sh
  ./configure
  make
  make install
    *) make install will install the xbboot binary to /usr/bin/xbboot
       and the bootloader running on the device into /usr/share/xburst-tools

Examples:
  <TBD>