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 | 548 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
|
/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 329 out_sectors = state->scratch.sectors; in boot_initialize_area() 330 out_num_sectors = &state->scratch.num_sectors; in boot_initialize_area() 2253 state->scratch.sectors = sector_buffers.scratch; 2261 state->scratch.sectors = scratch_sectors; 3467 boot_data.scratch.sectors = sector_buffers.scratch;
|
D | bootutil_priv.h | 236 } 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 | 261 "move" instead of "scratch". This is a separate bool config 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,
|