Lines Matching refs:to

19 …message(FATAL_ERROR "The mcuboot imgtool python package needs to be installed (from mcuboot/script…
24 set(MCUBOOT_SIGNING_KEY "" CACHE STRING "Path to key file (.pem) used to sign firmware updates for …
26 # Make sure the signing key path is absolute for EXISTS, relative to the top level build dir
31 …message(FATAL_ERROR "Must specify path to valid image signing key via MCUBOOT_SIGNING_KEY CMake op…
36 …set(MCUBOOT_ENCRYPTION_KEY "" CACHE STRING "Path to key file (.pem) used to encrypt firmware updat…
38 # Make sure the signing key path is absolute for EXISTS, relative to the top level build dir
43 …abled, you must specify the path to a valid image encryption key via the MCUBOOT_ENCRYPTION_KEY CM…
54 …message(FATAL_ERROR "Hex file output must be enabled to use mcuboot. Set MBED_OUTPUT_EXT to empty…
58 …message(FATAL_ERROR "You must set the project version to sign images by passing a version number i…
95 …--key ${MCUBOOT_SIGNING_KEY_ABSPATH} # this specifies the file containing the keys used to sign/ve…
99 …--pad-header # this tells imgtool to insert the entire header, including any necessary padding byt…
122 # This initial image is what should be flashed to a blank device (along with the bootloader).
127 # If you wish to specify the base name of the initial image, pass that as the second argument to
128 # this function. Otherwise, it will default to $<target name>-initial-image
141 # We need to be slightly creative here -- Mbed thinks that the application start address
142 …# is <primary slot address> + <header size>, but we actually want to upload to <primary slot addre…
143 # So we need to temporarily override MBED_UPLOAD_BASE_ADDR with an offset value
158 # This image is what should be flashed to the secondary block device and passed to
164 # address. This can cause issues if you pass it to a tool that uses this offset to decide where to
165 # If this is a problem, we recommend the "arm-none-eabi-objcopy --change-addresses" command to chan…
167 # If you wish to specify the base name of the update image, pass that as the second argument to
168 # this function. Otherwise, it will default to $<target name>-update-image
183 # The file should be added as a source file to a library built in the same directory.
195 COMMENT "Converting signing key to C source..."
203 # The file should be added as a source file to a library built in the same directory.
215 COMMENT "Converting encryption key to C source..."