1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 10:15:19 +02:00

update README

This commit is contained in:
Xiangfu Liu 2010-04-28 18:22:57 +08:00
parent 2175cec366
commit d61d277961

View File

@ -6,21 +6,23 @@
* *
Authors: Wolfgang Spraul <wolfgang@qi-hardware.com> Authors: Wolfgang Spraul <wolfgang@qi-hardware.com>
Xiangfu Liu <xiangfu@sharism.cc>
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version as published by the Free Software Foundation; either version
3 of the License, or (at your option) any later version. 3 of the License, or (at your option) any later version.
Build Requirements: libusb-dev, libconfuse-dev Build Requirements: libusb-dev
Build and Installation: Build and Installation:
./autogen.sh ./autogen.sh
./configure ./configure --enable-firmware
make make
make install make install
*) make install will install the xbboot binary to /usr/bin/xbboot *) make install will install the xbboot binary to /usr/bin/xbboot
and the bootloader running on the device into /usr/share/xburst-tools and the bootloader running on the device into /usr/share/xburst-tools
Examples: Examples:
<TBD> sudo xbboot -d 0x80600000 /PATH/TO/zImage
sudo xbboot -d 0x80100000 /PATH/TO/u-boot.bin