Home
last modified time | relevance | path

Searched refs:HEADER_OFFSET (Results 1 – 3 of 3) sorted by relevance

/mcuboot-3.4.0/boot/cypress/BlinkyApp/
DReadme.md56 make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=UPGRADE HEADER_OFFSET=0x10000
58 Note: HEADER_OFFSET=%SLOT_SIZE%
68 To get appropriate artifacts to use with multi image MCUBootApp, makefile flag `HEADER_OFFSET=` can…
80 make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=BOOT HEADER_OFFSET=0x20000
90 …make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=UPGRADE HEADER_OFFSET=0x7FE8000 ERASED_V…
92 `HEADER_OFFSET` defines the offset from original boot image address. This one in line above suggest…
98 …make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=UPGRADE HEADER_OFFSET=0x8028000 ERASED_V…
108 … make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=UPGRADE HEADER_OFFSET=0x20000 ENC_IMG=1
138 - `HEADER_OFFSET` - 0 (default) - no offset of output hex file, 0x%VALUE% - offset for output hex f…
142 **NOTE**: In case of `UPGRADE` image `HEADER_OFFSET` should be set to MCUboot Bootloader slot size.
/mcuboot-3.4.0/boot/cypress/
DMakefile59 HEADER_OFFSET ?= 0 macro
150 …$(GCC_PATH)/bin/arm-none-eabi-objcopy --change-addresses=$(HEADER_OFFSET) -O ihex $(OUT_APP)/$(APP…
/mcuboot-3.4.0/boot/cypress/MCUBootApp/
DExternalMemory.md74 …make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=UPGRADE HEADER_OFFSET=0x7FE8000 ERASED_V…
76 `HEADER_OFFSET` defines the offset from original boot image address. This one in line above suggest…