Root/xbboot/README.xbboot

1*
2* xbboot
3*
4* Use the Ingenic XBurst USB boot protocol to boot, load binaries
5* into memory and execute them.
6*
7
8Authors: Wolfgang Spraul <wolfgang@sharism.cc>
9         Xiangfu Liu <xiangfu@sharism.cc>
10
11This program is free software; you can redistribute it and/or
12modify it under the terms of the GNU General Public License
13as published by the Free Software Foundation; either version
143 of the License, or (at your option) any later version.
15
16Build Requirements: libusb-dev
17
18Build and Installation:
19  cd ../
20  ./autogen.sh
21  ./configure --enable-firmware --prefix=/usr
22  make
23  make install
24    *) make install will install the xbboot binary to /usr/bin/xbboot
25       and the bootloader running on the device into /usr/share/xburst-tools
26
27Examples:
28 sudo xbboot -u 0x80600000 /PATH/TO/zImage
29 sudo xbboot -u 0x80100000 /PATH/TO/u-boot.bin
30

Archive Download this file



interactive