Lines Matching refs:application

37 	  The operating mode of MCUboot (which will also be propagated to the application).
42 MCUboot will only boot slot0_partition placed application and does not care about other
43 slots. In this mode application is not able to DFU its own update to secondary slot and
50 MCUboot expects slot0_partition and slot1_partition to be present in DT and application
52 in main application if MCUboot has been built with MCUBOOT_DOWNGRADE_PREVENTION.
57 MCUboot expects slot0_partition and slot1_partition to be present in DT and application
59 in main application if MCUboot has been built with MCUBOOT_DOWNGRADE_PREVENTION.
71 DT, and application will boot from slot0_partition. In this mode scratch_partition is
72 used as temporary storage when MCUboot swaps application from the secondary slot to the
74 MCUBOOT_BOOTLOADER_NO_DOWNGRADE should also be selected in main application if MCUboot
91 can boot from either partition and will select one with higher application image version,
95 to swap back to older version of application.
101 will boot the application with the higher version from either slot, as long as it has
102 been marked to be boot next time for test or permanently. In case when application is
104 MCUboot will revert to booting previously approved application.
105 This mode does not allow freely switching between application versions, as, once higher
106 version application is approved, it is not possible to select lower version for boot.
108 running application, but note that MCUboot may do that if application with higher
119 Note: RAM must be assigned to the bootloader that is not used by the application in this
120 mode so that the bootloader is able to function until the application has booted.
125 MCUboot will only boot slot0_partition for the main application but has an entrance
127 application used to update the slot0_partition application.