Daniel Kutik cfce0beeab program: dropped unused attributes
The attributes size_in_KB, sparse and start_byte_hex
are not used and seem to be optional. Some program
xml files do not always contain them which then causes
qdl to crash. Simply removing the unused attributes
fixes this problem.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2018-11-05 09:09:36 -08:00
2016-07-08 11:27:19 -07:00
2017-08-29 13:56:05 +02:00
2018-06-12 12:07:28 -07:00
2017-10-04 19:33:09 -07:00
2018-11-05 09:09:36 -08:00
2018-11-05 09:09:36 -08:00
2018-06-12 12:08:01 -07:00
2018-02-28 14:13:59 -08:00

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
No description provided
Readme BSD-3-Clause 928 KiB
Languages
C 96.8%
Makefile 1.7%
Shell 1.5%