Lines Matching refs:image
17 Single-image mode.
29 MCUBootApp checks image integrity with SHA256, image authenticity with EC256 digital signature veri…
83 Multi-image operation considers upgrading and verification of more then one image on the device.
85 …enable multi-image operation define `MCUBOOT_IMAGE_NUMBER` in `MCUBootApp/config/mcuboot_config.h`…
87 Default value of `MCUBOOT_IMAGE_NUMBER` is 1, which corresponds to single image configuratios.
89 In multi-image operation (two images are considered for simplicity) MCUboot Bootloader application …
94 * Boots image from Primary_1 slot only;
115 …to place secondary (upgrade) slots in external memory module so resulting image size can be double…
144 * Build MCUBootApp in `Debug` for signle image use case.
148 * Build MCUBootApp in `Release` for multi image use case.
152 …L_FLASH=1` flag to `make` command in examples above. In this case UPGRADE image will be located in…
158 To protect user image from unwanted read - Upgrade Image Encryption can be applied. The ECDH/HKDF w…
160 To enable image encryption support use `ENC_IMG=1` build flag (BlinkyApp should also be built with …
162 … part will be used by imgtool when signing and encrypting upgrade image. Signing image with encryp…