diff options
| author | Benjamin Drung <benjamin.drung@cloud.ionos.com> | 2019-10-21 15:51:13 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2019-10-21 22:39:06 +0000 |
| commit | e923c26736e661c278f771861b47823f470a8115 (patch) | |
| tree | 0144a28d0d22b1129ab7e191da4ec424d97ad724 /man/mstflint.1 | |
| parent | 86008c99867e1bf2d7dba19300ed53e9650e3563 (diff) | |
4.13.1+1-1 (patches unapplied)import/4.13.1+1-1
Imported using git-ubuntu import.
Notes
Notes: * New upstream release (Closes: #939931) * Drop 13 patches (all accepted upstream) and refresh the 3 remaining patches * Fix spelling mistakes found by lintian * Add missing shebang to Python scripts * Add Rules-Requires-Root: no * Bump Standards-Version to 4.4.1
Diffstat (limited to 'man/mstflint.1')
| -rw-r--r-- | man/mstflint.1 | 38 |
1 files changed, 31 insertions, 7 deletions
diff --git a/man/mstflint.1 b/man/mstflint.1 index 94a2f9b..8fb04aa 100644 --- a/man/mstflint.1 +++ b/man/mstflint.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1. -.TH MSTFLINT, "1" "November 2018" "mstflint, mstflint 4.11.0, built on Nov 21 2018, 16:13:21. Git SHA Hash: N/A" "User Commands" +.TH MSTFLINT, "1" "September 2019" "mstflint, mstflint 4.13.1, built on Sep 11 2019, 21:08:43. Git SHA Hash: N/A" "User Commands" .SH NAME -mstflint, \- manual page for mstflint, mstflint 4.11.0, built on Nov 21 2018, 16:13:21. Git SHA Hash: N/A +mstflint, \- manual page for mstflint, mstflint 4.13.1, built on Sep 11 2019, 21:08:43. Git SHA Hash: N/A .SH DESCRIPTION NAME .IP @@ -11,9 +11,10 @@ SYNOPSIS .IP MstFlint [OPTIONS] <command> [Parameters] .IP -[\-d|\-\-device <device>] [\-i|\-\-image <image>] [\-h|\-\-help] [\-\-hh] [\-y|\-\-yes] [\-\-no] -[\-\-guid <GUID>] [\-\-guids <GUIDS...>] [\-\-mac <MAC>] [\-\-macs <MACs...>] [\-\-uid <UID>] -[\-\-blank_guids] [\-\-clear_semaphore] [\-\-qq] [\-\-nofs] [\-\-allow_rom_change] +[\-d|\-\-device <device>] [\-i|\-\-image <image>] [\-\-ir] [\-\-image_reactivation] [\-h|\-\-help] +[\-\-hh] [\-y|\-\-yes] [\-\-no] [\-\-guid <GUID>] [\-\-guids <GUIDS...>] [\-\-mac <MAC>] +[\-\-macs <MACs...>] [\-\-uid <UID>] [\-\-blank_guids] [\-\-clear_semaphore] [\-\-qq] +[\-\-low_cpu] [\-\-flashed_version] [\-\-nofs] [\-\-allow_rom_change] [\-\-override_cache_replacement] [\-\-no_flash_verify] [\-\-use_fw] [\-s|\-\-silent] [\-\-vsd <string>] [\-\-use_image_ps] [\-\-use_image_guids] [\-\-use_image_rom] [\-\-use_dev_rom] [\-\-ignore_dev_data] [\-\-no_fw_ctrl] [\-\-dual_image] [\-\-striped_image] @@ -39,6 +40,12 @@ Commands affected: all : Binary image file. Commands affected: burn, verify .TP +\fB\-\-ir\fR +: Commands affected: burn +.TP +\fB\-\-image_reactivation\fR +: Commands affected: burn +.TP \fB\-h\fR|\-\-help : Prints this message and exits .TP @@ -142,6 +149,16 @@ execution time when running over slow interfaces (e.g., I2C, MTUSB\-1). Commands affected: query .TP +\fB\-\-low_cpu\fR +: When specified, cpu usage will be reduced. +Run time might be increased +Commands affected: query +.TP +\fB\-\-flashed_version\fR +: When specified, only flashed fw version is +fetched +Commands affected: query +.TP \fB\-\-nofs\fR : Burn image in a non failsafe manner. .TP @@ -264,8 +281,10 @@ used by the sign command .PP COMMANDS SUMMARY .TP -burn|b -: Burn flash +burn|b \fB\-ir\fR +: Burn flash. Use "\-ir burn" flag to perform +.IP +image reactivation prior burning. .TP query|q [full] : Query misc. flash/firmware characteristics, @@ -377,6 +396,11 @@ set_forbidden_versions [forbidden versions binary file] : Set Forbidden Versions (For FS3/FS4 image .IP only). +.TP +image_reactivate|ir +: Reactivate previous flash image. For FW +.IP +controlled devices only. .PP RETURN VALUES .TP |
