diff --git a/xbboot/README b/xbboot/README index dfcc290..5150091 100644 --- a/xbboot/README +++ b/xbboot/README @@ -6,21 +6,23 @@ * Authors: Wolfgang Spraul + Xiangfu Liu This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either 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: ./autogen.sh - ./configure + ./configure --enable-firmware make make install *) make install will install the xbboot binary to /usr/bin/xbboot and the bootloader running on the device into /usr/share/xburst-tools Examples: - + sudo xbboot -d 0x80600000 /PATH/TO/zImage + sudo xbboot -d 0x80100000 /PATH/TO/u-boot.bin