Date:2010-05-11 07:47:34 (13 years 7 months ago)
Author:Xiangfu Liu
Commit:cd7bc7f35a0e2c046ee6708c11542358a13b8b18
Message:update READE, add INSTALL file

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Files: INSTALL (1 diff)
debian/.gitignore (1 diff)
debian/get-orig-source.sh (1 diff)
usbboot/README.usbboot (1 diff)
xbboot/README.xbboot (1 diff)

Change Details

INSTALL
1Build Requirements: libusb-dev, libconfuse-dev
2
3Build and Installation:
4  ./autogen.sh
5  ./configure --enable-firmware --prefix=/usr
6  make
7  make install
8    *) make install will install the 'usbboot' and 'xbboot' binary to /usr/bin/usbboot,
9       target stages to /usr/share/xburst-tools/, usbboot configure file 'usbboot.cfg'
10       file into /etc/xburst-tools.
11
12Buile Debian Package:
13  Please read debian/README.source
14
debian/.gitignore
11/xburst_stage1.bin
22/xburst_stage2.bin
3/stage1.bin
34/changelog.upstream
45
56/files
debian/get-orig-source.sh
2626
2727# Generate tarball.
2828echo "packaging $(git rev-parse --short FETCH_HEAD)"
29git archive FETCH_HEAD -- usbboot |
29git archive FETCH_HEAD -- usbboot xbboot |
3030    gzip -n -9 > "xburst-tools_$upstream_version.orig.tar.gz"
usbboot/README.usbboot
2424Build Requirements: libusb-dev, libconfuse-dev
2525
2626Build and Installation:
27  cd ../
2728  ./autogen.sh
28  ./configure
29  ./configure --enable-firmware --prefix=/usr
2930  make
3031  make install
31    *) make install will install the 'usbboot' binary to /usr/bin/usbboot
32       and the stage 1 and 2 bootloaders as well as usbboot.cfg configuration
33       file into /etc/xburst-tools
34
35Buile Package:
36  install the tools for build package
37     sudo apt-get install dpkg-dev
38     sudo apt-get install debhelper
39  run "dpkg-buildpackage -rfakeroot" to create the package.
40
41Configuration file: /etc/xburst-tools/usbboot.cfg
32    *) make install will install the 'usbboot' binary to /usr/bin/usbboot,
33       the stage 1 and 2 bootloaders to /usr/share/xburst-tools/,
34       usbboot.cfg configuration file into /etc/xburst-tools.
4235
4336Examples:
4437  sudo usbboot (invoking usbboot without options will let you enter commands at the usbboot prompt)
4538  sudo usbboot -c "boot"
46  sudo usbboot -c "nprog 0 u-boot-nand.bin 0 0 -n"
47  sudo usbboot -c "nprog 2048 uImage 0 0 -n"
48
39  sudo usbboot -c "nprog 0 u-boot-nand.bin 0 0 -n"
xbboot/README.xbboot
1616Build Requirements: libusb-dev
1717
1818Build and Installation:
19  cd ../
1920  ./autogen.sh
20  ./configure --enable-firmware
21  ./configure --enable-firmware --prefix=/usr
2122  make
2223  make install
2324    *) make install will install the xbboot binary to /usr/bin/xbboot

Archive Download the corresponding diff file



interactive