Skip to content

Commit efd80f1

Browse files
committed
doc: imgtool: Update available options
Synchronizes the documentation with the current options of imgtool.
1 parent afcca2c commit efd80f1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/imgtool.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,16 @@ primary slot and adds a header and trailer that the bootloader is expecting:
5959
extension, otherwise binary format is used
6060

6161
Options:
62+
--vid TEXT Unique vendor identifier, format:
63+
(<raw_uuid>|<domain_name)>
64+
--cid TEXT Unique image class identifier, format:
65+
(<raw_uuid>|<image_class_name>)
6266
--vector-to-sign [payload|digest]
6367
send to OUTFILE the payload or payloads
6468
digest instead of complied image. These data
6569
can be used for external image signing
70+
--hmac-sha [auto|256|512] sha algorithm used in HKDF/HMAC in ECIES key
71+
exchange TLV
6672
--sha [auto|256|384|512] selected sha algorithm to use; defaults to
6773
"auto" which is 256 if no cryptographic
6874
signature is used, or default for signature
@@ -102,6 +108,8 @@ primary slot and adds a header and trailer that the bootloader is expecting:
102108
secondary slot. [required]
103109
--pad Pad image to --slot-size bytes, adding
104110
trailer magic
111+
--test When padding the image, mark it for a test
112+
swap (implies --pad)
105113
--confirm When padding the image, mark it as confirmed
106114
(implies --pad)
107115
-M, --max-sectors INTEGER When padding allow for this amount of
@@ -116,8 +124,6 @@ primary slot and adds a header and trailer that the bootloader is expecting:
116124
capabilities,so it can be installed in the
117125
primary slot, and encrypted when swapped to
118126
the secondary.
119-
--skip-encryption Set encryption flags and TLV's without
120-
applying encryption.
121127
--compression [disabled|lzma2|lzma2armthumb]
122128
Enable image compression using specified
123129
type. Will fall back without image

0 commit comments

Comments
 (0)