1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 08:22:47 +02:00
xburst-tools/usbboot
2011-07-26 22:03:44 +08:00
..
doc fix spell 2011-07-26 22:03:06 +08:00
src debug_ops should be char not unsigned 2011-07-26 22:03:44 +08:00
xburst_include remove duplicate code 2011-03-07 11:11:38 +08:00
xburst_stage1 [usbboot] rename board_4740.c to board-jz4740.c 2010-07-22 14:58:55 +08:00
xburst_stage2 remove duplicate code 2011-03-07 11:11:38 +08:00
.gitignore usbboot: Update and simplify .gitignore 2010-04-05 14:53:35 +08:00
ChangeLog renamed 'xburst-tools' utility back to 'usbboot' 2009-06-30 13:49:11 +08:00
COPYING renamed 'xburst-tools' utility back to 'usbboot' 2009-06-30 13:49:11 +08:00
Makefile.am merge xbboot and usbboot to one projects 2010-05-05 11:04:03 +08:00
README.usbboot update the email address. 2010-07-21 10:44:34 +08:00

*
* usbboot
*
* Utility to respond to the Ingenic XBurst USB boot protocol, provide
* initial boot stages and ability to access NAND on device.
*

Authors: Ingenic Semiconductor, Inc.
         Xiangfu Liu <xiangfu@sharism.cc>
         Marek Lindner <lindner_marek@yahoo.de>
         Wolfgang Spraul <wolfgang@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.

usbboot is the Linux version and rewrite of a Windows utility from Ingenic also called usbboot.
Homepage: http://www.ingenic.cn/eng/productServ/kfyd/compiler/pffaqContents.aspx#questionAnchor8
Windows Binary: ftp://ftp.ingenic.cn/3sw/00tools/usb_boot/tools/usbboot1.4b-tools.zip
Windows Sources: ftp://ftp.ingenic.cn/3sw/00tools/usb_boot/tools/usbboot1.4b-sources.zip
Manual: ftp://ftp.ingenic.cn/3sw/00tools/usb_boot/manual/USB_Boot_Tool_Manual_1.4_EN.pdf

Build Requirements: libusb-dev, libconfuse-dev

Build and Installation:
  cd ../
  ./autogen.sh
  ./configure --enable-firmware --prefix=/usr
  make
  make install
    *) make install will install the 'usbboot' binary to /usr/bin/usbboot,
       the stage 1 and 2 bootloaders to /usr/share/xburst-tools/,
       usbboot.cfg configuration file into /etc/xburst-tools.

Examples:
  sudo usbboot (invoking usbboot without options will let you enter commands at the usbboot prompt)
  sudo usbboot  -c "boot"
  sudo usbboot  -c "nprog 0 u-boot-nand.bin 0 0 -n"