mirror of
https://github.com/linux-msm/qdl.git
synced 2026-02-25 13:12:25 -08:00
00d93b29f5496cf5700c4a1a5ed6f2d55f2c12bb
WIth the transition from qcserial to USBFS we no longer receive multiple messages in a single read, so we can remove the code that decode the buffer piecemeal. While reworking this, also introduce a mechanism so that the parsers can pass values back to the caller of the read. And modify the timeout handling so that the caller always has to pass a timeout, and bump the timeouts slightly, as they are all fatal anyways. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Qualcomm Download ================= This tool communicates with USB devices of id 05c6:9008 to upload a flash loader and use this to flash images. Usage: qdl <prog.mbn> [<program> <patch> ...] Building ======== In order to build the project you need libxml2 headers and libraries, found in e.g. the libxml2-dev package. With this installed run: make
Description
Languages
C
96.8%
Makefile
1.7%
Shell
1.5%