mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
add-xbboot-to-xburst-tools-debian-package
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
48
usbboot/README.usbboot
Normal file
48
usbboot/README.usbboot
Normal file
@@ -0,0 +1,48 @@
|
||||
*
|
||||
* 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@qi-hardware.com>
|
||||
Marek Lindner <lindner_marek@yahoo.de>
|
||||
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.
|
||||
|
||||
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:
|
||||
./autogen.sh
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
*) make install will install the 'usbboot' binary to /usr/bin/usbboot
|
||||
and the stage 1 and 2 bootloaders as well as usbboot.cfg configuration
|
||||
file into /etc/xburst-tools
|
||||
|
||||
Buile Package:
|
||||
install the tools for build package
|
||||
sudo apt-get install dpkg-dev
|
||||
sudo apt-get install debhelper
|
||||
run "dpkg-buildpackage -rfakeroot" to create the package.
|
||||
|
||||
Configuration file: /etc/xburst-tools/usbboot.cfg
|
||||
|
||||
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"
|
||||
sudo usbboot -c "nprog 2048 uImage 0 0 -n"
|
||||
|
||||
Reference in New Issue
Block a user