Lines Matching full:bootloader
19 `[0x10000000, 0x10018000]` - MCUBootApp (bootloader) area;
31 **Important**: make sure primary, secondary slot and bootloader app sizes are appropriate and corre…
33 **Important**: make sure RAM areas of CM0p-based MCUBootApp bootloader and CM4-based BlinkyApp do n…
89 In multi-image operation (two images are considered for simplicity) MCUboot Bootloader application …
101 `0x10000000 - 0x10018000` - MCUboot Bootloader
103 `0x10018000 - 0x10028000` - Primary_1 (BOOT) slot of Bootloader
105 `0x10028000 - 0x10038000` - Secondary_1 (UPGRADE) slot of Bootloader
107 `0x10038000 - 0x10048000` - Primary_2 (BOOT) slot of Bootloader
109 `0x10048000 - 0x10058000` - Secondary_2 (UPGRADE) slot of Bootloader
111 `0x10058000 - 0x10059000` - Scratch of Bootloader
142 This folder contains make files infrastructure for building MCUBoot Bootloader. Same approach used …