2010-05-11 08:47:34 +03:00
|
|
|
Build Requirements: libusb-dev, libconfuse-dev
|
2010-05-11 08:51:59 +03:00
|
|
|
This requires a mipsel-openwrt-linux- cross-toolchain in your $PATH. You
|
|
|
|
can get one by building the development environment from Qi Hardware, for
|
|
|
|
example.
|
|
|
|
|
|
|
|
git://projects.qi-hardware.com/openwrt-xburst.git xburst
|
|
|
|
|
|
|
|
See the Qi Hardware wiki for details.
|
|
|
|
|
|
|
|
http://en.qi-hardware.com/wiki/Building_Software_Image
|
2010-05-11 08:47:34 +03:00
|
|
|
|
|
|
|
Build and Installation:
|
|
|
|
./autogen.sh
|
2011-03-03 08:51:19 +02:00
|
|
|
./configure --enable-firmware CROSS_COMPILE=mipsel-openwrt-linux- --prefix=/usr --sysconfdir=/etc
|
2010-05-11 08:47:34 +03:00
|
|
|
make
|
|
|
|
make install
|
|
|
|
*) make install will install the 'usbboot' and 'xbboot' binary to /usr/bin/usbboot,
|
|
|
|
target stages to /usr/share/xburst-tools/, usbboot configure file 'usbboot.cfg'
|
|
|
|
file into /etc/xburst-tools.
|
|
|
|
|
|
|
|
Buile Debian Package:
|
|
|
|
Please read debian/README.source
|
|
|
|
|
2010-09-25 10:55:58 +03:00
|
|
|
Create Source tarball, for example, version is: '201007'
|
2011-03-03 08:51:19 +02:00
|
|
|
git archive -v --format=tar 201007 | bzip2 > ../xburst-tools_201007.tar.bz2
|