mirror of
https://github.com/linux-msm/qdl.git
synced 2026-02-25 13:12:25 -08:00
Without libudev installed you'll get the following build error:
qdl.c:43:10: fatal error: libudev.h: No such file or directory
43 | #include <libudev.h>
| ^~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: qdl.o] Error 1
Mention the ubuntu package that brings it in as well similar to how
libxml2 is mentioned.
Signed-off-by: Andrew Halaney <ajhalaney@gmail.com>
17 lines
387 B
Plaintext
17 lines
387 B
Plaintext
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 libudev headers
|
|
and libraries, found in e.g. the libxml2-dev and libudev-dev packages
|
|
|
|
With these installed run:
|
|
make
|