Searched refs:partition (Results 1 – 14 of 14) sorted by relevance
/mcuboot-3.4.0/boot/zephyr/boards/ |
D | nrf52840dk_ram_multi.overlay | 13 boot_partition: partition@0 { 17 slot0_partition: partition@10000 { 21 slot1_partition: partition@1A000 { 25 slot3_partition: partition@24000 { 54 slot2_partition: partition@0 {
|
D | nrf52840dk_qspi_nor_secondary.overlay | 13 boot_partition: partition@0 { 17 slot0_partition: partition@10000 { 30 slot1_partition: partition@0 {
|
D | nrf52840_big.overlay | 17 boot_partition: partition@0 { 21 slot0_partition: partition@10000 { 25 slot1_partition: partition@75000 {
|
D | nrf52840dk_ram.overlay | 13 boot_partition: partition@0 { 17 slot0_partition: partition@10000 { 46 slot1_partition: partition@0 {
|
D | nrf52840_single_slot.overlay | 17 boot_partition: partition@0 { 21 slot0_partition: partition@10000 {
|
/mcuboot-3.4.0/scripts/ |
D | assemble.py | 83 def add_image(self, source, partition): argument 86 print("partition {}, pos={}, offset={}".format(partition, pos, self.offsets[partition])) 87 if pos > self.offsets[partition]: 89 if pos < self.offsets[partition]: 90 buf = b'\xFF' * (self.offsets[partition] - pos) 94 if len(ibuf) > self.sizes[partition]:
|
D | mcubin.bt | 30 // The simulator writes the partition table at the beginning of the 33 // construct a synthetic partition table in the file, or change code 38 // NOTE: Put code here to hard code a partition table, and
|
/mcuboot-3.4.0/boot/zephyr/ |
D | app.overlay | 3 zephyr,code-partition = &boot_partition;
|
D | Kconfig.serial_recovery | 55 The mapping of image number to partition is as follows: 126 partition. 127 Note that the storage partition needs to be defined, in DTS, otherwise
|
D | Kconfig | 213 bool "Swap mode that run with the scratch partition" 226 bool "Swap mode that can run without a scratch partition" 233 This allows a swap upgrade without using a scratch partition,
|
/mcuboot-3.4.0/docs/ |
D | readme-zephyr.md | 20 if this operating mode is desired then the following flash partition is also 21 needed (see end of this help file for details on creating a scratch partition 168 To use the swap-using-scratch flash algorithm, a scratch partition needs to be 175 4KB, 8KB, 12KB, 16KB are allowed, 7KB, 7.5KB are not. This scratch partition 181 boot_partition: partition@0 { 185 slot0_partition: partition@c000 { 189 slot1_partition: partition@43000 { 193 storage_partition: partition@7a000 { 200 has a 4KB sector size so the size of the scratch partition can be reduced at 241 The mapping of image number to partition is as follows: [all …]
|
D | readme-nuttx.md | 6 - `CONFIG_MCUBOOT_PRIMARY_SLOT_PATH`: MTD partition for the application firmware image PRIMARY slot; 7 - `CONFIG_MCUBOOT_SECONDARY_SLOT_PATH`: MTD partition for the application firmware image SECONDARY … 8 - `CONFIG_MCUBOOT_SCRATCH_PATH`: MTD partition for the Scratch area; 39 …end/flash_map_backend.h>` expects that the MTD driver for a given image partition handles the foll…
|
D | release-notes.md | 25 - Prefer swap move on zephyr if the scratch partition is not enabled. 192 scratch partition. There are also lots of bug fixes, extra simulator
|
/mcuboot-3.4.0/sim/mcuboot-sys/ |
D | Cargo.toml | 76 # is directly executed out of whichever partition contains the most
|