Lines Matching refs:image
11 * Blinks RED led with 2 different rates, depending on type of image - BOOT or UPGRADE.
54 To build UPGRADE image use following command:
60 Example command-line for single-image:
66 `BlinkyApp` can be built to use in multi-image bootloader configuration.
68 To get appropriate artifacts to use with multi image MCUBootApp, makefile flag `HEADER_OFFSET=` can…
74 * first image BOOT (PRIMARY) slot start `0x10018000`
76 * second image BOOT (PRIMARY) slot start `0x10038000`
78 To get appropriate artifact for second image PRIMARY slot run this command:
84 **How to build upgrade image for external memory:**
88 For build BlinkyApp upgrade image for external memory use command:
92 `HEADER_OFFSET` defines the offset from original boot image address. This one in line above suggest…
96 In case of using muti-image configuration, upgrade image for second application can be built using …
102 **How to build encrypted upgrade image :**
104 To prepare MCUBootApp for work with encrypted upgrade image please refer to `MCUBootApp/Readme.md`.
106 To obtain encrypted upgrade image of BlinkyApp extra flag `ENC_IMG=1` should be passed in command l…
114 …OC_062_2M` platform it calls `imgtool` from `MCUboot` scripts and adds signature to compiled image.
139 - `IMG_TYPE` - `BOOT` (default) - build image for BOOT slot of MCUboot Bootloader, `UPGRADE` - buil…
140 - `ENC_IMG` - 0 (default) - build regular upgrade image, `1` - build encrypted upgrade image (MCUBo…
142 **NOTE**: In case of `UPGRADE` image `HEADER_OFFSET` should be set to MCUboot Bootloader slot size.