Lines Matching refs:to

5 Implements simple Blinky LED CM4 application to demonstrate MCUboot Application operation in terms …
12 * Prints debug info and version of itself to terminal at 115200 baud.
23 Since this application is created to demonstrate MCUboot library features and not as reference exam…
25to configure serial port for debug prints. These pins are the most commonly used for serial port c…
26to define user connection LED. This pin is the most commonly used for USER_LED connection among av…
36 * `BlinkyApp.mk` to `-DUSER_APP_START=0x10018000`
45 …uild regular HEX file of a BlinkyApp for BOOT slot. Substitute `PLATFORM=` to a paltform name you …
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…
84 **How to build upgrade image for external memory:**
86 To prepare MCUBootApp for work with external memory please refer to `MCUBootApp/ExternalMemory.md`.
102 **How to build encrypted upgrade image :**
104 To prepare MCUBootApp for work with encrypted upgrade image please refer to `MCUBootApp/Readme.md`.
114 …OC_062_2M` platform it calls `imgtool` from `MCUboot` scripts and adds signature to compiled image.
116 Flags passed to `imgtool` for signature are defined in `SIGN_ARGS` variable in BlinkyApp.mk.
118 ### How to program an application
122 Hex file names to use for programming:
126to run with `MCUBootApp` produces files with name BlinkyApp.hex in `boot` directory and `BlinkyApp…
130 Files to use for programming are:
142 **NOTE**: In case of `UPGRADE` image `HEADER_OFFSET` should be set to MCUboot Bootloader slot size.
153 [BlinkyApp] Retarget I/O set to 115200 baudrate
164 [BlinkyApp] Retarget I/O set to 115200 baudrate