Lines Matching refs:file
24 …RING "Path to key file (.pem) used to sign firmware updates for your device. The public key will b…
36 …NG "Path to key file (.pem) used to encrypt firmware updates for your device. The private key will…
50 # Generate a signed image hex file for the given executable target.
54 …message(FATAL_ERROR "Hex file output must be enabled to use mcuboot. Set MBED_OUTPUT_EXT to empty…
61 # mbed_generate_bin_hex() puts the hex file at the following path
95 …--key ${MCUBOOT_SIGNING_KEY_ABSPATH} # this specifies the file containing the keys used to sign/ve…
107 # Also generate bin file
121 # Generate an initial image hex file for the given executable target.
131 # Figure out file path
157 # Generate an update image hex file for the given executable target.
159 # mcuboot as an update file.
163 # NOTE 2: The hex file produced by this function will still "declare" its address as the primary sl…
171 # Figure out file path
182 # Generate a C source file with signing keys in it at the given location.
183 # The file should be added as a source file to a library built in the same directory.
202 # Generate a C source file with the encryption private key in it at the given location.
203 # The file should be added as a source file to a library built in the same directory.