1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 12:28:06 +02:00

add Build Pakcage in README

This commit is contained in:
Xiangfu Liu 2010-01-17 22:31:27 +08:00
parent 164a7e19cd
commit 900e8dd7bc

View File

@ -32,6 +32,12 @@ Build and Installation:
and the stage 1 and 2 bootloaders as well as usbboot.cfg configuration and the stage 1 and 2 bootloaders as well as usbboot.cfg configuration
file into /etc/xburst-tools 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 Configuration file: /etc/xburst-tools/usbboot.cfg
Examples: Examples:
@ -39,3 +45,4 @@ Examples:
sudo usbboot -c "boot" sudo usbboot -c "boot"
sudo usbboot -c "nprog 0 u-boot-nand.bin 0 0 -n" sudo usbboot -c "nprog 0 u-boot-nand.bin 0 0 -n"
sudo usbboot -c "nprog 2048 uImage 0 0 -n" sudo usbboot -c "nprog 2048 uImage 0 0 -n"