Lines Matching +full:- +full:e

11     pip3 install --user -r scripts/requirements.txt
13 ## [Managing keys](#managing-keys)
15 This tool currently supports rsa-2048, rsa-3072, ecdsa-p256 and ed25519 keys.
18 ./scripts/imgtool.py keygen -k filename.pem -t rsa-2048
20 or use rsa-3072, ecdsa-p256, or ed25519 for the type. The key type used
26 You can add the `-p` argument to `keygen`, which will cause it to
30 ## [Incorporating the public key into the code](#incorporating-the-public-key-into-the-code)
42 ./scripts/imgtool.py getpub -k filename.pem
49 ## [Signing images](#signing-images)
62 -k, --key filename
63 --public-key-format [hash|full]
64 --align [1|2|4|8|16|32] Alignment used by swap update modes.
65 -v, --version TEXT [required]
66 -s, --security-counter TEXT Specify the value of security counter. Use
69 -d, --dependencies TEXT
70 --pad-sig Add 0-2 bytes of padding to ECDSA signature
72 -H, --header-size INTEGER [required]
73 --pad-header Add --header-size zeroed bytes at the
75 -S, --slot-size INTEGER Size of the slot where the image will be
77 --pad Pad image to --slot-size bytes, adding
79 --confirm When padding the image, mark it as confirmed
80 -M, --max-sectors INTEGER When padding allow for this amount of
82 --boot-record sw_type Create CBOR encoded boot record TLV. The
84 component (e.g. CoFM for coprocessor
86 --overwrite-only Use overwrite-only instead of swap upgrades
87 -e, --endian [little|big] Select little or big endian
88 -E, --encrypt filename Encrypt image using the provided public key
89 --save-enctlv When upgrading, save encrypted key TLVs
92 -L, --load-addr INTEGER Load address for image when it should run
94 -x, --hex-addr INTEGER Adjust address in hex output file.
95 -R, --erased-val [0|0xff] The value that is read back from erased
97 -h, --help Show this message and exit.
107 in use that does not automatically add this zeroed header, `--pad-header` can
108 be passed and the `--header-size` will be added by imgtool. If `--pad-header`
109 is used with an Intel Hex file, `--header-size` bytes will be subtracted from
114 The `--slot-size` argument is required and used to check that the firmware
116 not being used, `--overwrite-only` can be passed to avoid adding the swap
119 The optional `--pad` argument will place a trailer on the image that
124 `-d "(image_id, image_version)"`. The `image_id` is the number of the image
126 of that image to satisfy compliance. For example `-d "(1, 1.2.3+0)"` means this
129 The `--public-key-format` argument can be used to distinguish where the public