Lines Matching full:to
11 Hidden option used to indicate that the current image is MCUBoot
20 or in other words that the image is to be chain-loaded by MCUboot.
22 order for the image generated to be bootable using the MCUboot open
25 * Setting ROM_START_OFFSET to a default value that allows space
31 By default, this option instructs Zephyr to initialize the core
33 the application. This removes the need by MCUboot to reset
39 string "Path to the mcuboot signing key file"
46 If set to a non-empty value, the build system tries to
55 This option should contain a path to the same file as the
57 may be absolute or relative to the west workspace topdir. (The MCUboot
59 for your application which is to be loaded by MCUboot. The MCUboot
66 string "Path to the mcuboot encryption key file"
70 The file contains the public key that is used to encrypt the
73 used to decrypt the ephemeral key that is embedded in the
76 If set to a non-empty value, the build system tries to
86 This option should either be an absolute path or a path relative to
93 string "Version to pass to imgtool when signing"
98 argument to the tool.
104 If enabled, --overwrite-only option passed to imgtool to avoid
108 string "Extra arguments to pass to imgtool when signing"
112 string) you can use this option to pass extra options to
113 imgtool. For example, you could set this to "--version 1.2".
149 to DFU its own update to secondary slot and all updates need to
156 MCUboot expects slot0_partition and slot1_partition to be present
166 to be present in DT, and application will boot from slot0_partition.
168 MCUboot swaps application from the secondary slot to the primary
174 bool "MCUboot has been configured to just overwrite primary slot"
180 In this mode it is not possible to revert back to previous version
191 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode, MCUboot
192 will select the image with the higher version number, copy it to RAM and begin execution
193 from there. The image must be linked to execute from RAM, the address that it is copied
194 to is specified using the load-addr argument when running imgtool.
196 to swap back to older version of the application.
203 MCUboot expects slot0_partition and slot1_partition to exist in DT.
210 to swap back to older version of application.
218 MCUboot expects slot0_partition and slot1_partition to exist in DT.
220 from either slot, as long as it has been marked to be boot
222 for test it needs to confirm itself, on the first boot, or it will
223 be removed and MCUboot will revert to booting previously approved
227 not possible to select lower version for boot.
229 to downgrade running application, but note that MCUboot may do that
238 a dedicated firmware updater application used to update the slot0_partition
246 Selected mode supports downgrade prevention, where you cannot switch to
254 able to change back to image with lower version number.
266 Note that the zephyr chosen node ``zephyr,code-partition`` should be set to
296 Allow to provide procedures for override or extend native
298 It is up to the application project to add source file which
299 implements hooks to the build.