1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 10:22:48 +02:00
xburst-tools/xbboot
2010-04-22 17:13:47 +08:00
..
host-app add -d options. search xburst device every second 2010-04-22 17:13:47 +08:00
scripts clean the Makefile and README 2009-12-06 01:27:44 +08:00
target-common Created xbboot. 2009-08-21 14:04:09 +08:00
target-echokernel fix-compile-error-with-new-openwrt-toolchain 2009-12-06 01:21:27 +08:00
target-stage1 add init LCD and keyboard 2010-04-22 15:05:52 +08:00
.gitignore Created xbboot. 2009-08-21 14:04:09 +08:00
autogen.sh Created xbboot. 2009-08-21 14:04:09 +08:00
ChangeLog Created xbboot. 2009-08-21 14:04:09 +08:00
configure.ac Created xbboot. 2009-08-21 14:04:09 +08:00
COPYING Created xbboot. 2009-08-21 14:04:09 +08:00
Makefile.am Created xbboot. 2009-08-21 14:04:09 +08:00
README Created xbboot. 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>