mirror of
https://github.com/linux-msm/qdl.git
synced 2026-02-25 13:12:25 -08:00
25ce7fad2281082e3e6684392b53b4674df51ec2
When working on a host with multiple boards attached being able to select a specific board by serial number becomes necessary. In the EDL USB descriptors a device serial number is available as part of the iProduct string, so this can be used for comparison. As libusb requires a handle the libusb_open() needs to be moved into the loop. Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
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 and libusb-1.0 headers and libraries, found in e.g. the libxml2-dev and libusb-1.0.0-dev packages With these installed run: make
Description
Languages
C
96.8%
Makefile
1.7%
Shell
1.5%