Lines Matching full:boot
5 … CM4 application to demonstrate MCUboot Application operation in terms of BOOT and UPGRADE process.
11 * Blinks RED led with 2 different rates, depending on type of image - BOOT or UPGRADE.
13 * Can be built for BOOT slot or UPGRADE slot of bootloader.
43 Root directory for build is **boot/cypress.**
45 The following command will build regular HEX file of a BlinkyApp for BOOT slot. Substitute `PLATFOR…
47 make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=BOOT
52 IMG_TYPE=BOOT
62 make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=BOOT
74 * first image BOOT (PRIMARY) slot start `0x10018000`
76 * second image BOOT (PRIMARY) slot start `0x10038000`
80 make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=BOOT HEADER_OFFSET=0x20000
92 `HEADER_OFFSET` defines the offset from original boot image address. This one in line above suggest…
124 `BlinkyApp` always produce build artifacts in 2 separate folders - `boot` and `upgrade`.
126 `BlinkyApp` built to run with `MCUBootApp` produces files with name BlinkyApp.hex in `boot` directo…
132 `BOOT` - boot/BlinkyApp.hex
139 - `IMG_TYPE` - `BOOT` (default) - build image for BOOT slot of MCUboot Bootloader, `UPGRADE` - buil…
146 When user application programmed in BOOT slot: