diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-12-08 16:13:23 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-01-16 11:24:15 +0100 |
commit | fe5163c5c04f5606cb14433fe53dfff11ad73d1c (patch) | |
tree | 9e8fee72478a9b551bbd03a945ca3bde2d6ff072 /src/qmi-firmware-update/qfu-main.c | |
parent | 779a758cb12f50c156ff378e9e1ba868db21a3cc (diff) | |
download | external_libqmi-fe5163c5c04f5606cb14433fe53dfff11ad73d1c.zip external_libqmi-fe5163c5c04f5606cb14433fe53dfff11ad73d1c.tar.gz external_libqmi-fe5163c5c04f5606cb14433fe53dfff11ad73d1c.tar.bz2 |
qmi-firmware-update: add note about spk files for 9x15
Diffstat (limited to 'src/qmi-firmware-update/qfu-main.c')
-rw-r--r-- | src/qmi-firmware-update/qfu-main.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/qmi-firmware-update/qfu-main.c b/src/qmi-firmware-update/qfu-main.c index 853b799..22daa4f 100644 --- a/src/qmi-firmware-update/qfu-main.c +++ b/src/qmi-firmware-update/qfu-main.c @@ -398,7 +398,8 @@ print_help_examples (void) " Note that the firmware for the MC7354 is usually composed of a core system image\n" " (.cwe) and a carrier-specific image (.nvu). These two images need to be flashed\n" " on the same operation, unless upgrading the carrier-specific image on a device\n" - " which already has the matching firmware version.\n" + " which already has the matching firmware version. The two images may be given\n" + " combined into a single image (.spk) file.\n" "\n" " 1a) An update operation specifying the vid:pid of the device (fails if multiple\n" " devices with the same vid:pid are found):\n" @@ -423,7 +424,14 @@ print_help_examples (void) " --config-version 005.025_002 \\\n" " --carrier Generic \\\n" " SWI9X15C_05.05.58.00.cwe \\\n" - " SWI9X15C_05.05.58.00_Generic_005.025_002.nvu\n"); + " SWI9X15C_05.05.58.00_Generic_005.025_002.nvu\n" + "\n" + " 1d) An update operation with a combined image containing both system and carrier\n" + " specific images::\n" + " $ sudo " PROGRAM_NAME " \\\n" + " --update \\\n" + " -d 1199:68c0 \\\n" + " 9999999_9902574_SWI9X15C_05.05.66.00_00_GENNA-UMTS_005.028_000-field.spk\n"); g_print ("\n" "********************************************************************************\n" |