From d61d277961b2f6274c89d59e006ffa06fab369dc Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Wed, 28 Apr 2010 18:22:57 +0800 Subject: [PATCH] update README --- xbboot/README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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