Home
last modified time | relevance | path

Searched full:bin (Results 1 – 25 of 54) sorted by relevance

123

/mcuboot-latest/samples/zephyr/
DMakefile30 # 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
[all …]
Dtest-compile.go112 "mcuboot.bin",
113 "signed-hello1.bin",
114 "signed-hello2.bin",
D.gitignore1 *.bin
Drun-tests.sh1 #!/bin/bash
Dbuild-boot.sh1 #! /bin/bash
Dbuild-hello.sh1 #! /bin/bash
/mcuboot-latest/ci/
Dmynewt_install.sh1 #!/bin/bash -x
28 cp newt/newt $HOME/bin
59 if [ ! -s ${TOOLCHAIN_PATH}/$GCC_BASE/bin/arm-none-eabi-gcc ]; then
66 for i in ${TOOLCHAIN_PATH}/${GCC_BASE}/bin/arm-none-eabi-* ; do
67 rm -f $HOME/bin/${i##*/}
68 ln -s $i $HOME/bin/${i##*/}
77 mkdir -p $HOME/bin
78 export PATH=$HOME/bin:$PATH
Dfih-tests_run.sh1 #!/bin/bash -x
55 …docker run --rm -v $(pwd):/root/work/tfm:rw,z mcuboot/fih-test:$FIH_IMAGE_VERSION /bin/sh -c '/roo…
57 …docker run --rm -v $(pwd):/root/work/tfm:rw,z mcuboot/fih-test:$FIH_IMAGE_VERSION /bin/sh -c '/roo…
Dmynewt_run.sh1 #!/bin/bash -x
20 export PATH=$HOME/bin:$PATH
Despressif_install.sh1 #!/usr/bin/env bash
Dsim_install.sh1 #!/bin/bash -x
/mcuboot-latest/scripts/
Dflash.sh1 #! /bin/bash
12 loadfile outdir/$BOARD/zephyr.bin $BASE_BOOT
13 loadfile hello.signed.bin $BASE_PRIMARY_SLOT
14 loadfile shell.signed.bin $BASE_SECONDARY_SLOT
Djl.sh1 #!/bin/bash
Djgdb.sh1 #! /bin/bash
Dgdb-boot.sh1 #! /bin/bash
Dimgtool.py1 #! /usr/bin/env python3
/mcuboot-latest/boot/cypress/
Dtoolchains.mk58 CC := "$(GCC_PATH)/bin/arm-none-eabi-gcc"
66 CC := "$(GCC_PATH)/bin/arm-none-eabi-gcc"
73 CC := "$(GCC_PATH)/bin/arm-none-eabi-gcc"
79 OBJDUMP := "$(GCC_PATH)/bin/arm-none-eabi-objdump"
80 OBJCOPY := "$(GCC_PATH)/bin/arm-none-eabi-objcopy"
D.gitignore11 /bin/
38 *.bin
DMakefile145 …$(GCC_PATH)/bin/arm-none-eabi-objdump $(OUT_APP)/$(APP_NAME).elf -S --disassemble > $(OUT_APP)/$(A…
146 $(GCC_PATH)/bin/arm-none-eabi-objdump -h $(OUT_APP)/$(APP_NAME).elf
147 $(GCC_PATH)/bin/arm-none-eabi-size --format=SysV $(OUT_APP)/$(APP_NAME).elf
150 …$(GCC_PATH)/bin/arm-none-eabi-objcopy --change-addresses=$(HEADER_OFFSET) -O ihex $(OUT_APP)/$(APP…
/mcuboot-latest/ci/fih_test_docker/
Dpaths.sh7 BOOTLOADER_AXF_PATH=$TFM_SPE_BUILD_PATH/bin/bl2.axf
8 TFM_IMAGE_NAME=tfm_s_ns_signed.bin
/mcuboot-latest/.github/workflows/
Dimgtool.yaml59 export PATH="$HOME/.local/bin:$PATH"
65 export PATH="$HOME/.local/bin:$PATH"
/mcuboot-latest/testplan/mynewt/
DMakefile18 BLINKY2_IMG := bin/targets/$(BLINKY2)/app/apps/blinky/blinky.img
89 rm -rf bin/
/mcuboot-latest/
D.gitignore11 /bin/
/mcuboot-latest/boot/zcbor/
Dadd_zcbor_copy_version.sh1 #!/bin/bash
/mcuboot-latest/ci/fih_test_docker/docker-build/
Dbuild.sh1 #!/bin/sh

123