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
165 MCUboot expects slot0_partition and slot1_partition to be present
182 to be present in DT, and application will boot from slot0_partition.
184 MCUboot swaps application from the secondary slot to the primary
190 bool "MCUboot has been configured to just overwrite primary slot"
196 In this mode it is not possible to revert back to previous version
207 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode, MCUboot
208 will select the image with the higher version number, copy it to RAM and begin execution
209 from there. The image must be linked to execute from RAM, the address that it is copied
210 to is specified using the load-addr argument when running imgtool.
212 to swap back to older version of the application.
219 MCUboot expects slot0_partition and slot1_partition to exist in DT.
226 to swap back to older version of application.
234 MCUboot expects slot0_partition and slot1_partition to exist in DT.
236 from either slot, as long as it has been marked to be boot
238 for test it needs to confirm itself, on the first boot, or it will
239 be removed and MCUboot will revert to booting previously approved
243 not possible to select lower version for boot.
245 to downgrade running application, but note that MCUboot may do that
254 a dedicated firmware updater application used to update the slot0_partition
262 Selected mode supports downgrade prevention, where you cannot switch to
270 able to change back to image with lower version number.
282 Note that the zephyr chosen node ``zephyr,code-partition`` should be set to
312 Allow to provide procedures for override or extend native
314 It is up to the application project to add source file which
315 implements hooks to the build.