Searched refs:scratch (Results 1 – 14 of 14) sorted by relevance
/mcuboot-latest/docs/release-notes.d/ |
D | encrypted-scratch-partition.md | 1 - When using swap with scratch, the image is now decrypted when copying from 2 the scratch partition to the primary slot. Therefore, the sratch partition
|
/mcuboot-latest/docs/ |
D | readme-zephyr.md | 19 It is not recommended to use the swap-using-scratch algorithm of MCUboot, but 21 needed (see end of this help file for details on creating a scratch partition 22 and how to use the swap-using-scratch algorithm): 24 - `scratch_partition`: the scratch slot 165 ## Using swap-using-scratch flash algorithm 167 To use the swap-using-scratch flash algorithm, a scratch partition needs to be 172 with a sector size of 4KB then the scratch area must be at least 4KB in size). 174 4KB, 8KB, 12KB, 16KB are allowed, 7KB, 7.5KB are not. This scratch partition 193 label = "image-scratch"; 198 Which would make the application size 220KB and scratch size 24KB (the nRF52832 [all …]
|
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 402 - Add multiple flash support. Allows slot1/scratch to be stored in an
|
D | PORTING.md | 93 uint8_t fa_id; /** The slot/scratch identification */
|
D | readme-espressif.md | 552 2. Encrypt flash in-place including bootloader, image primary/secondary slot and scratch. 610 1. Encrypt flash in-place including bootloader, image primary/secondary slot and scratch using the
|
/mcuboot-latest/boot/bootutil/src/ |
D | swap_priv.h | 94 #define BOOT_SCRATCH_AREA(state) ((state)->scratch.area)
|
D | loader.c | 80 boot_sector_t scratch[BOOT_MAX_IMG_SECTORS]; member 340 out_sectors = state->scratch.sectors; in boot_initialize_area() 341 out_num_sectors = &state->scratch.num_sectors; in boot_initialize_area() 2311 state->scratch.sectors = sector_buffers.scratch; 2319 state->scratch.sectors = scratch_sectors; 3127 boot_data.scratch.sectors = sector_buffers.scratch;
|
D | bootutil_priv.h | 247 } scratch; member
|
/mcuboot-latest/boot/cypress/cy_flash_pal/ |
D | cy_flash_map.c | 145 static struct flash_area scratch = variable 180 &scratch,
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | ExternalMemory.md | 35 `[0x10038000, 0x10039000]` - scratch area (not used); 49 `[0x10058000, 0x10059000]` - scratch area (not used);
|
D | README.md | 25 `[0x10038000, 0x10039000]` - scratch area (not used);
|
/mcuboot-latest/scripts/ |
D | mcubin.bt | 130 } scratch;
|
/mcuboot-latest/boot/cypress/ |
D | README.md | 25 * [0x10038000, 0x10039000] - scratch area;
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 327 If y, the BOOT_IMAGE_UPGRADE_MODE will default to using "offset" instead of "scratch". 337 "move" instead of "scratch". This is a separate bool config 351 bool "Swap mode that run with the scratch partition" 364 bool "Swap using offset mode without scratch partition" 369 This allows a swap upgrade without using a scratch partition, but is currently limited 375 bool "Swap using mode mode without scratch partition" 382 This allows a swap upgrade without using a scratch partition,
|