mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 10:15:19 +02:00
efed24a9a2
correct the request type in usb_control_msg should USB_ENDPOINT_IN Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com> |
||
---|---|---|
.. | ||
host-app | ||
scripts | ||
target-common | ||
target-echokernel | ||
target-stage1 | ||
.gitignore | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
Makefile.am | ||
README |
* * xbboot * * Use the Ingenic XBurst USB boot protocol to boot, load binaries * into memory and execute them. * Authors: Wolfgang Spraul <wolfgang@qi-hardware.com> 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 and Installation: ./autogen.sh ./configure 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: <TBD>