Lines Matching full:bin
30 # should generate three "*.bin" files in this directory:
32 # mcuboot.bin: The bootloader itself
33 # signed-hello1.bin: A signed sample.
34 # signed-hello2.bin: An upgrade image, signed and marked for
92 @echo "<target>: all, boot, hello1, full.bin"
97 full.bin: boot hello1 hello2
100 -p signed-hello1.bin \
101 -s signed-hello2.bin \
102 -o full.bin
105 @rm -f signed-hello1.bin
106 @rm -f signed-hello2.bin
107 @rm -f mcuboot.bin
110 @rm -f mcuboot.bin
118 cp $(BUILD_DIR_BOOT)/zephyr/zephyr.bin mcuboot.bin
138 $(BUILD_DIR_HELLO1)/zephyr/zephyr.bin \
139 signed-hello1.bin
164 $(BUILD_DIR_HELLO2)/zephyr/zephyr.bin \
165 signed-hello2.bin
174 $(PYOCD) flash -e chip -a $(BOOT_ADDR) mcuboot.bin
177 $(PYOCD) flash -a $(IMG0_ADDR) signed-hello1.bin
180 $(PYOCD) flash -a $(IMG1_ADDR) signed-hello2.bin
183 $(PYOCD) flash -e chip -a $(BOOT_ADDR) full.bin