1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 10:15:19 +02:00
xburst-tools/xbboot
Jonathan Nieder e6a1f0f665 update .gitignore
Ignore accidentally tracking xbboot build products.  Do track
Makefiles that are not automatically generated.  Fixing this makes
debian/clean.sh work again.

Mistakenly ignored files were detected by

	git ls-files -i --exclude-standard

and un-ignored build products by

	git ls-files -o --exclude-standard

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2010-05-11 17:14:12 +08:00
..
doc [xbboot] rename docs to doc 2010-05-05 13:09:09 +08:00
host-app merge xbboot and usbboot to one projects 2010-05-05 11:04:03 +08:00
scripts clean the Makefile and README 2009-12-06 01:27:44 +08:00
target-common update the email address 2010-04-28 18:29:53 +08:00
target-echokernel update the email address 2010-04-28 18:29:53 +08:00
target-stage1 update .gitignore 2010-05-11 17:14:12 +08:00
.gitignore update .gitignore 2010-05-11 17:14:12 +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