Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 41) sorted by relevance

12

/mcuboot-latest/testplan/mynewt/
DMakefile25 all: build-apps build-mcuboot
27 build-blinky:
29 @newt build -q $(BLINKY)
32 build-blinky2:
34 @newt build -q $(BLINKY2)
37 build-slinky:
39 @newt build -q $(SLINKY)
42 build-slinky2:
44 @newt build -q $(SLINKY2)
47 build-boot-rsa:
[all …]
/mcuboot-latest/boot/cypress/BlinkyApp/
DReadme.md28 ### Pre-build action
30 Pre-build action is implemented for defining start address and size of flash, as well as RAM start …
33 Pre-build action calls GCC preprocessor which intantiates defines for particular values in `BlinkyA…
43 Root directory for build is **boot/cypress.**
45 The following command will build regular HEX file of a BlinkyApp for BOOT slot. Substitute `PLATFOR…
54 To build UPGRADE image use following command:
84 **How to build upgrade image for external memory:**
88 For build BlinkyApp upgrade image for external memory use command:
102 **How to build encrypted upgrade image :**
112 ### Post-build
[all …]
/mcuboot-latest/samples/zephyr/
DREADME.md4 necessary to build at least one other binary: the application itself.
10 details on how to build and test this application.
12 Note that this sample uses the "ninja" build tool, which can be
/mcuboot-latest/ci/fih_test_docker/
Dexecute_test.sh48 cmake --build $TFM_SPE_BUILD_PATH -- install
55 cmake --build $TFM_BUILD_PATH
Dpaths.sh6 TFM_BUILD_PATH=$TFM_PATH/build
/mcuboot-latest/ci/fih_test_docker/docker-build/
Dbuild.sh29 docker build --pull --tag=$image .
/mcuboot-latest/ext/nrf/
DREADME.md13 mkdir build && cd build
/mcuboot-latest/ci/
Dmynewt_run.sh24 newt build $target
Despressif_run.sh44 cmake --build "${build_dir}"/
Dmynewt_install.sh25 pushd mynewt-newt && ./build.sh
/mcuboot-latest/sim/mcuboot-sys/
DCargo.toml6 build = "build.rs"
11 # By default, build with simplistic signature verification.
98 [build-dependencies]
/mcuboot-latest/docs/release-notes.d/
Dzephyr-auto-max-sectors.md2 of sectors that are needed for a build by checking the erase
/mcuboot-latest/
D.gitignore13 **/build/**/*
/mcuboot-latest/boot/mbed/include/mcuboot_config/
Dmcuboot_config.h53 #error TinyCrypt is currently not supported by Mbed-OS due to build conflicts.
/mcuboot-latest/boot/cypress/
D.gitignore13 **/build/**/*
DMakefile131 .PHONY: all app build clean pre_build post_build
141 $(MAKE) build -j8
144 build: $(OUT_APP)/$(APP_NAME).hex target
DREADME.md57 Root directory for build is **boot/cypress.**
61 Instructions on how to build and upload MCUBootApp bootloader application and sample user applocati…
71 Following CLI / IDE are supported for project build:
/mcuboot-latest/docs/
Dreadme-mbed.md35 To build a bootloader based on MCUboot, make sure `"mcuboot.bootloader-build"` is `true` (already t…
39 To build a user application, set `"mcuboot.bootloader-build"` to `false` so MCUboot is built as a _…
Dtestplan-mynewt.md17 * `newt build k64f_boot_<sign-algo>`
51 * `newt build k64f_boot_rsa_ec`
78 * `newt build k64f_boot_rsa_noswap`
102 * `newt build k64f_boot_rsa_validate0`
130 * `newt build k64f_boot_rsa`
Dreadme-zephyr.md57 To build MCUboot, create a build directory in boot/zephyr, and build
62 west build -b <board>
66 information about the flash layout is currently required to build
73 `build/zephyr/zephyr.{bin,hex,elf}`, where `build` is the build
74 directory you chose when running `west build`. Use `west flash`
75 to flash these binaries from the build directory. Depending
83 is required to build applications for MCUboot.
99 With this, build the application as your normally would.
154 provide the path to the key file so the build system can extract
156 The generated public key is saved in `build/zephyr/autogen-pubkey.h`, which is included
/mcuboot-latest/boot/bootutil/zephyr/
DCMakeLists.txt21 # allowing the test-build with the hooks feature enabled.
/mcuboot-latest/scripts/
Dimgtool.nix16 # rely on them without having to build our own derivations.
/mcuboot-latest/sim/
DREADME.rst12 build it. The installation_ page describes this process. The
38 the relevant modules from mcuboot, build the simulator, and run the
/mcuboot-latest/ext/fiat/
DREADME.md34 manage to complete the build (specialization) within a week on Coq 8.7.0.
36 does manage to build that file, but the work on that branch was never finished
/mcuboot-latest/boot/cypress/MCUBootApp/
DREADME.md40 To enable hardware acceleration in `MCUBootApp` pass flag `USE_CRYPTO_HW=1` to `make` while build.
57 **How to override the flash map values during build process:**
85 … (only dual-image is supported at the moment). This could also be done on build time by passing `M…
142 …kyLedApp application. Example command are provided below for couple different build configurations.
154 Root directory for build is **boot/cypress.**
160 To enable image encryption support use `ENC_IMG=1` build flag (BlinkyApp should also be built with …

12