Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 16 of 16) sorted by relevance

/mcuboot-3.7.0/docs/
Dreadme-mbed.md14 * `"mcuboot.primary-slot-address"`: address of the primary slot in the internal flash
17 …ict_size"`: the maximum size of the bootloader, such that it does not overlap with the primary slot
41primary slots (instead of the beginning of the whole flash), you need to set the start address (`"…
Dreadme-zephyr.md16 - `slot0_partition`: the primary slot of Image 0
29 then the corresponding primary and secondary partitions must be defined for
55 if the primary slot should be validated on every boot.
116 need to be programmed at the offset of the primary slot for this particular
118 specify a flash offset corresponding to the primary slot starting address. This
126 the image to mark the primary slot as "image ok" before the next reboot,
170 size of the 2 partitions (e.g. if a device has a primary slot in main flash
241 * 0 and 1 - image-0, the primary slot of the first image.
Drelease-notes.md41 the secondary slot which is used to update the primary image
181 primary and much more featureful.
207 - Allow to boot primary image if secondary one is unreachable.
242 - Allow larger primary slot in swap-move
245 if the primary image was padded.
379 "primary slot" and "secondary slot".
DPORTING.md161 /*< Returns the `fa_id` for slot, where slot is 0 (primary) or 1 (secondary).
165 /*< Returns the slot (0 for primary or 1 for secondary), for the supplied
Dimgtool.md52 primary slot and adds a header and trailer that the bootloader is expecting:
Dreadme-espressif.md548 2. Encrypt flash in-place including bootloader, image primary/secondary slot and scratch.
606 1. Encrypt flash in-place including bootloader, image primary/secondary slot and scratch using the
661 (each one has its own primary and secondary slot) by MCUboot.
/mcuboot-3.7.0/sim/mcuboot-sys/
DCargo.toml41 # Disable validation of the primary slot
42 validate-primary-slot = []
71 # Allow bootstrapping an empty/invalid primary slot from a valid secondary slot
/mcuboot-3.7.0/sim/
DCargo.toml19 validate-primary-slot = ["mcuboot-sys/validate-primary-slot"]
/mcuboot-3.7.0/boot/zephyr/
DKconfig180 bool "Validate image in the primary slot on every boot"
184 primary slot every boot. This adds the signature check time to
189 bool "Validate image in the primary slot just once after after upgrade"
194 primary slot only once after an upgrade of the main slot.
226 If y, overwrite the primary slot with the upgrade image instead
234 sector of the primary slot is moved up one sector, then for
236 the primary slot, then the sector at X+1 in the primary is
247 without having to move/copy it into the primary slot. For this reason the
270 key as the primary image.
300 bool "Bootstrap erased the primary slot from the secondary slot"
[all …]
DKconfig.serial_recovery59 1 -> image-0 (primary slot of the first image);
/mcuboot-3.7.0/boot/cypress/
DREADME.md23 * [0x10018000, 0x10028000] - primary slot for BlinkyApp;
29 … place secondary (upgrade) slots in external memory module. In this case primary slot can be doubl…
/mcuboot-3.7.0/scripts/
Dassemble.py143 output.add_image(args.primary, "image-0")
/mcuboot-3.7.0/boot/cypress/MCUBootApp/
DExternalMemory.md31 `[0x10018000, 0x10028000]` - primary slot for BlinkyApp;
53 **Note 1**: make sure primary, secondary slot and bootloader app sizes are appropriate and correspo…
DREADME.md21 `[0x10018000, 0x10028000]` - primary slot for BlinkyApp;
31 **Important**: make sure primary, secondary slot and bootloader app sizes are appropriate and corre…
/mcuboot-3.7.0/samples/zephyr/
DMakefile260 BOOTLOADER_OVERLAY_CONFIG=$(PWD)/overlay-skip-primary-slot-validate.conf \
/mcuboot-3.7.0/sim/src/
Dimage.rs177 let primary = SlotInfo { in new() localVariable
194 slots.push([primary, secondary]); in new()