1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-01-22 05:41:05 +02:00
Xiangfu Liu 30a9ef8e88 add-xbboot-to-xburst-tools-debian-package
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-05 11:36:05 +08:00
..
2009-12-06 01:27:44 +08:00
2010-04-28 18:29:53 +08:00
2010-04-28 18:29:53 +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@sharism.cc>
         Xiangfu Liu <xiangfu@sharism.cc>

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

Build and Installation:
  ./autogen.sh
  ./configure --enable-firmware
  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:
 sudo xbboot -d 0x80600000 /PATH/TO/zImage
 sudo xbboot -d 0x80100000 /PATH/TO/u-boot.bin