Lines Matching refs:slot
14 * `"mcuboot.primary-slot-address"`: address of the primary slot in the internal flash
15 * `"mcuboot.slot-size"`: size of an image slot (only one image, two slots are currently supported)
16 …max-img-sectors"`: maximum number of sectors, should be at least the number of sectors in each slot
17 …ict_size"`: the maximum size of the bootloader, such that it does not overlap with the primary slot
19 More configurations such as signing algorithm, slot swapping, etc. can be found in [mbed_lib.json](…
21 ### Providing a secondary slot
23 You need to provide an instance of `mbed::BlockDevice` as the secondary slot. It can be any types o…
24 * Its size equals the `"mcuboot.slot-size"` you have set
27 In order for MCUboot to access your secondary slot, the interface to implement is
35 …already the default) and you have provided configurations and a secondary slot BlockDevice as expl…
39 …oot_set_confirmed()` after an update, or set a new image in the secondary slot as pending with `bo…
41 …rimary-slot-address"` + `"mcuboot.header-size"` of your bootloader. And its size (`"target.mbed_ap…