Lines Matching +full:- +full:- +full:user
9 See https://github.com/AGlass0fMilk/mbed-mcuboot-demo as a detailed example.
14 * `"mcuboot.primary-slot-address"`: address of the primary slot in the internal flash
15 * `"mcuboot.slot-size"`: size of an image slot (only one image, two slots are currently supported)
16 * `"mcuboot.max-img-sectors"`: maximum number of sectors, should be at least the number of sectors …
19 …, slot swapping, etc. can be found in [mbed_lib.json](https://github.com/mcu-tools/mcuboot/tree/ma…
24 * Its size equals the `"mcuboot.slot-size"` you have set
25 …rger than _one byte_, you need to set `"mcuboot.read-granularity"` to the read size of the storage…
35 To build a bootloader based on MCUboot, make sure `"mcuboot.bootloader-build"` is `true` (already t…
37 ### Building a user application
39 …user application, set `"mcuboot.bootloader-build"` to `false` so MCUboot is built as a _library on…
41 …-slot-address"` + `"mcuboot.header-size"` of your bootloader. And its size (`"target.mbed_app_size…