Lines Matching refs:to

3 The Python program `scripts/imgtool.py` can be used to perform the
4 operations that are necessary to manage keys and sign images. Using
5 this script should be preferred to the manual steps described in
21 should match what MCUboot is configured to verify.
23 This key file is what is used to sign images, this file should be
26 You can add the `-p` argument to `keygen`, which will cause it to
27 prompt for a password. You will need to enter this password in every
39 mynewt, follow the instructions in `doc/signed_images.md` to generate
62 --vector-to-sign [payload|digest]
63 send to OUTFILE the payload or payloads
66 --sha [auto|256|384|512] selected sha algorithm to use; defaults to
70 --sig-out filename Path to the file to which signature will be
74 variant is expected to be signature done
77 --fix-sig-pubkey filename public key relevant to fixed signature
83 In what format to add the public key to the
91 the `auto` keyword to automatically generate
95 --pad-sig Add 0-2 bytes of padding to ECDSA signature
103 --pad Pad image to --slot-size bytes, adding
108 sectors (defaults to 128)
117 primary slot, and encrypted when swapped to
144 string. Specify the option multiple times to
150 field to place in the header (1.2.3 for example), the alignment of the
156 already prepended a zeroed header to the image. If another build system is
160 the load address (in Intel Hex terms, the Extended Linear Address record) to
161 adjust for the new bytes prepended to the file. The load address of all data
170 The `--slot-size` argument is required and used to check that the firmware
172 not being used, `--overwrite-only` can be passed to avoid adding the swap
177 in the secondary slot will then cause the bootloader to upgrade to it.
182 of that image to satisfy compliance. For example `-d "(1, 1.2.3+0)"` means this
183 image depends on Image 1 which version has to be at least 1.2.3+0.
185 The `--public-key-format` argument can be used to distinguish where the public
187 which case only the hash of the public key is added to the TLV area (the full