1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 10:15:19 +02:00
xburst-tools/xbboot
2010-12-23 21:34:09 +08:00
..
doc fix typo of email address 2010-08-02 23:59:13 +08:00
host-app update version to 201012 2010-12-23 21:34:09 +08:00
scripts clean the Makefile and README 2009-12-06 01:27:44 +08:00
target-common [xbboot] now xbboot can auto detect ingenic device cpu type by USB Product ID 2010-06-10 23:11:29 +08:00
target-echokernel [xbboot] echo-kernel remove particular head file 2010-06-09 15:10:58 +08:00
target-stage1 [xbboot] put all jz4760 board configure to board-jz4760.h file 2010-06-16 11:37:59 +08:00
.gitignore add *~ to gitignore 2010-06-04 19:53:10 +08:00
ChangeLog Created xbboot. 2009-08-21 14:04:09 +08:00
COPYING Created xbboot. 2009-08-21 14:04:09 +08:00
Makefile.am merge xbboot and usbboot to one projects 2010-05-05 11:04:03 +08:00
README.xbboot update READE, add INSTALL file 2010-05-11 13:47:34 +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:
  cd ../
  ./autogen.sh
  ./configure --enable-firmware --prefix=/usr
  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 -u 0x80600000 /PATH/TO/zImage
 sudo xbboot -u 0x80100000 /PATH/TO/u-boot.bin