Home
last modified time | relevance | path

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

/mcuboot-latest/samples/zephyr/
DMakefile61 .PHONY: check boot hello1 clean_boot clean_hello1 \
87 BUILD_DIR_HELLO1 := $(BUILD_DIRECTORY)/hello1
95 all: boot hello1 hello2
97 full.bin: boot hello1 hello2
100 -p signed-hello1.bin \
105 @rm -f signed-hello1.bin
124 hello1: check target
127 cmake -DFROM_WHO=hello1 \
139 signed-hello1.bin
177 $(PYOCD) flash -a $(IMG0_ADDR) signed-hello1.bin
[all …]
Dbuild-hello.sh22 make BOARD=${BOARD} -j$(nproc) hello1 || die "Build hello1"
/mcuboot-latest/docs/
Dtestplan-zephyr.md29 Then, load hello1:
34 should get an image "hello1".
49 And you should see a revert and "hello1" running.