Home
last modified time | relevance | path

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

123

/mcuboot-3.6.0/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-3.6.0/ci/
Dmynewt_install.sh1 #!/bin/bash -x
28 cp newt/newt $HOME/bin
55 if [ ! -s ${TOOLCHAIN_PATH}/$GCC_BASE/bin/arm-none-eabi-gcc ]; then
62 for i in ${TOOLCHAIN_PATH}/${GCC_BASE}/bin/arm-none-eabi-* ; do
63 rm -f $HOME/bin/${i##*/}
64 ln -s $i $HOME/bin/${i##*/}
73 mkdir -p $HOME/bin
74 export PATH=$HOME/bin:$PATH
Dfih-tests_run.sh1 #!/bin/bash -x
48 …docker run --rm -v $(pwd):/root/work/tfm:rw,z mcuboot/fih-test /bin/sh -c '/root/work/tfm/mcuboot/…
50 …docker run --rm -v $(pwd):/root/work/tfm:rw,z mcuboot/fih-test /bin/sh -c '/root/work/tfm/mcuboot/…
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-3.6.0/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-3.6.0/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-3.6.0/.github/workflows/
Dimgtool.yaml27 export PATH="$HOME/.local/bin:$PATH"
33 export PATH="$HOME/.local/bin:$PATH"
/mcuboot-3.6.0/ci/fih_test_docker/
Drun_fi_test.sh1 #!/bin/bash
37 local IMAGE_NAME=tfm_s_ns_signed.bin
38 local BACKUP_IMAGE_NAME=tfm_s_ns_signed.bin.orig
Dfi_tester_gdb.sh1 #!/bin/bash
71 /usr/bin/qemu-system-arm \
75 -device loader,file=$IMAGE_DIR/tfm_s_ns_signed.bin,addr=0x10080000 \
/mcuboot-3.6.0/testplan/mynewt/
DMakefile18 BLINKY2_IMG := bin/targets/$(BLINKY2)/app/apps/blinky/blinky.img
89 rm -rf bin/
/mcuboot-3.6.0/
D.gitignore11 /bin/
/mcuboot-3.6.0/boot/zcbor/
Dadd_zcbor_copy_version.sh1 #!/bin/bash

123