Searched refs:partition (Results 1 – 16 of 16) sorted by relevance
/mcuboot-latest/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-latest/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-latest/docs/release-notes.d/ |
D | encrypted-scratch-partition.md | 2 the scratch partition to the primary slot. Therefore, the sratch partition
|
/mcuboot-latest/boot/zephyr/ |
D | app.overlay | 3 zephyr,code-partition = &boot_partition;
|
D | CMakeLists.txt | 416 …message(WARNING "Unable to determine size of slot0 partition, cannot calculate minimum sector usag… 418 …message(WARNING "Unable to determine erase size of slot0 partition, cannot calculate minimum secto… 425 …message(WARNING "Unable to determine size of slot1 partition, cannot calculate minimum sector usag… 427 …message(WARNING "Unable to determine erase size of slot1 partition, cannot calculate minimum secto… 501 …message(WARNING "Unable to determine erase size of slot0 or slot1 partition, setting to 1 (this is… 506 …message(WARNING "Unable to determine write size of slot0 or slot1 partition, setting to 8 (this is…
|
D | Kconfig.serial_recovery | 57 The mapping of image number to partition is as follows: 130 partition. 131 Note that the storage partition needs to be defined, in DTS, otherwise
|
D | Kconfig | 273 bool "Swap mode that run with the scratch partition" 286 bool "Swap mode that can run without a scratch partition" 293 This allows a swap upgrade without using a scratch partition, 443 be calculated automatically from the flash erase sizes and size of each partition for 491 - Retention partition of retained memory area 493 partition
|
/mcuboot-latest/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 167 To use the swap-using-scratch flash algorithm, a scratch partition needs to be 174 4KB, 8KB, 12KB, 16KB are allowed, 7KB, 7.5KB are not. This scratch partition 180 boot_partition: partition@0 { 184 slot0_partition: partition@c000 { 188 slot1_partition: partition@43000 { 192 scratch_partition: partition@7a000 { 199 has a 4KB sector size so the size of the scratch partition can be reduced at 240 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 | 142 - Prefer swap move on zephyr if the scratch partition is not enabled. 309 scratch partition. There are also lots of bug fixes, extra simulator
|
/mcuboot-latest/sim/mcuboot-sys/ |
D | Cargo.toml | 82 # is directly executed out of whichever partition contains the most
|