Change Details
| INSTALL |
| 1 | Build Requirements: libusb-dev, libconfuse-dev |
| 2 | |
| 3 | Build 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 | |
| 12 | Buile Debian Package: |
| 13 | Please read debian/README.source |
| 14 | |
| debian/.gitignore |
| 1 | 1 | /xburst_stage1.bin |
| 2 | 2 | /xburst_stage2.bin |
| 3 | /stage1.bin |
| 3 | 4 | /changelog.upstream |
| 4 | 5 | |
| 5 | 6 | /files |
| debian/get-orig-source.sh |
| 26 | 26 | |
| 27 | 27 | # Generate tarball. |
| 28 | 28 | echo "packaging $(git rev-parse --short FETCH_HEAD)" |
| 29 | | git archive FETCH_HEAD -- usbboot | |
| 29 | git archive FETCH_HEAD -- usbboot xbboot | |
| 30 | 30 | gzip -n -9 > "xburst-tools_$upstream_version.orig.tar.gz" |
| usbboot/README.usbboot |
| 24 | 24 | Build Requirements: libusb-dev, libconfuse-dev |
| 25 | 25 | |
| 26 | 26 | Build and Installation: |
| 27 | cd ../ |
| 27 | 28 | ./autogen.sh |
| 28 | | ./configure |
| 29 | ./configure --enable-firmware --prefix=/usr |
| 29 | 30 | make |
| 30 | 31 | 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 | | |
| 35 | | Buile 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 | | |
| 41 | | Configuration 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. |
| 42 | 35 | |
| 43 | 36 | Examples: |
| 44 | 37 | sudo usbboot (invoking usbboot without options will let you enter commands at the usbboot prompt) |
| 45 | 38 | 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 |
| 16 | 16 | Build Requirements: libusb-dev |
| 17 | 17 | |
| 18 | 18 | Build and Installation: |
| 19 | cd ../ |
| 19 | 20 | ./autogen.sh |
| 20 | | ./configure --enable-firmware |
| 21 | ./configure --enable-firmware --prefix=/usr |
| 21 | 22 | make |
| 22 | 23 | make install |
| 23 | 24 | *) make install will install the xbboot binary to /usr/bin/xbboot |
Download the corresponding diff file