1QMI-FIRMWARE-UPDATE(1) User Commands QMI-FIRMWARE-UPDATE(1)
2
3
4
6 qmi-firmware-update - Update firmware in QMI devices
7
9 Usage:
10 lt-qmi-firmware-update [OPTION?] FILE1 FILE2... - Update
11 firmware in QMI devices
12
13 Generic device selection options
14
15 -s, --busnum-devnum=[BUS:]DEV
16 Select device by bus and device number (in decimal).
17
18 -d, --vid-pid=VID[:PID]
19 Select device by device vendor and product id (in hexadecimal).
20
21 -w, --cdc-wdm=[PATH]
22 Select device by QMI/MBIM cdc-wdm device path (e.g.
23 /dev/cdc-wdm0).
24
25 -t, --tty=[PATH]
26 Select device by serial device path (e.g. /dev/ttyUSB2).
27
28 Update options (normal mode)
29
30 -u, --update
31 Launch firmware update process.
32
33 -f, --firmware-version=[VERSION]
34 Firmware version (e.g. '05.05.58.00').
35
36 -c, --config-version=[VERSION]
37 Config version (e.g. '005.025_002').
38
39 -C, --carrier=[CARRIER]
40 Carrier name (e.g. 'Generic').
41
42 --ignore-version-errors
43 Run update operation even with version string errors.
44
45 --override-download
46 Download images even if module says it already has them.
47
48 --modem-storage-index=[INDEX]
49 Index storage for the modem image.
50
51 --skip-validation
52 Don't wait to validate the running firmware after update.
53
54 Reset options (normal mode)
55
56 -b, --reset
57 Reset device into download mode.
58
59 Update options (download mode)
60
61 -U, --update-download
62 Launch firmware update process while in download (boot & hold)
63 mode.
64
65 Verify options
66
67 -z, --verify
68 Analyze and verify firmware images.
69
70 Application Options:
71 -p, --device-open-proxy
72 Request to use the 'qmi-proxy' proxy.
73
74 --device-open-qmi
75 Open a cdc-wdm device explicitly in QMI mode
76
77 --device-open-mbim
78 Open a cdc-wdm device explicitly in MBIM mode
79
80 --device-open-auto
81 Open a cdc-wdm device in either QMI or MBIM mode (default)
82
83 --ignore-mm-runtime-check
84 Ignore ModemManager runtime check
85
86 -v, --verbose
87 Run action with verbose messages in standard output, including
88 the debug ones.
89
90 -S, --silent
91 Run action with no messages in standard output; not even the
92 error ones.
93
94 -L, --verbose-log=[PATH]
95 Write verbose messages to an output file.
96
97 -V, --version
98 Print version.
99
100 -h, --help
101 Show help.
102
103 -H, --help-examples
104 Show help examples.
105
106 ***************************************************************************
107 Warning!
108
109 ***************************************************************************
110
111 Use this program with caution. The authors take *no* responsi‐
112 bility if any device gets broken as a result of using this pro‐
113 gram.
114
115 Please report issues to the libqmi mailing list at:
116
117 libqmi-devel@lists.freedesktop.org
118
119 qmi-firmware-update 1.24.8
120
121 Copyright (C) 2016-2019 Bj?rn Mork Copyright (C) 2016-2019 Alek‐
122 sander Morgado Copyright (C) 2016-2018 Zodiac Inflight Innova‐
123 tions
124
125 License GPLv2+: GNU GPL version 2 or later
126 <http://gnu.org/licenses/gpl-2.0.html> This is free software: you are
127 free to change and redistribute it. There is NO WARRANTY, to the
128 extent permitted by law.
129
131 The full documentation for qmi-firmware-update is maintained as a Tex‐
132 info manual. If the info and qmi-firmware-update programs are properly
133 installed at your site, the command
134
135 info qmi-firmware-update
136
137 should give you access to the complete manual.
138
139
140
141qmi-firmware-update March 2020 QMI-FIRMWARE-UPDATE(1)