Searched refs:build (Results 1 – 25 of 41) sorted by relevance
12
/mcuboot-latest/testplan/mynewt/ |
D | Makefile | 25 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/ |
D | Readme.md | 28 ### 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/ |
D | README.md | 4 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/ |
D | execute_test.sh | 48 cmake --build $TFM_SPE_BUILD_PATH -- install 55 cmake --build $TFM_BUILD_PATH
|
D | paths.sh | 6 TFM_BUILD_PATH=$TFM_PATH/build
|
/mcuboot-latest/ci/fih_test_docker/docker-build/ |
D | build.sh | 29 docker build --pull --tag=$image .
|
/mcuboot-latest/ext/nrf/ |
D | README.md | 13 mkdir build && cd build
|
/mcuboot-latest/ci/ |
D | mynewt_run.sh | 24 newt build $target
|
D | espressif_run.sh | 44 cmake --build "${build_dir}"/
|
D | mynewt_install.sh | 25 pushd mynewt-newt && ./build.sh
|
/mcuboot-latest/sim/mcuboot-sys/ |
D | Cargo.toml | 6 build = "build.rs" 11 # By default, build with simplistic signature verification. 98 [build-dependencies]
|
/mcuboot-latest/docs/release-notes.d/ |
D | zephyr-auto-max-sectors.md | 2 of sectors that are needed for a build by checking the erase
|
/mcuboot-latest/ |
D | .gitignore | 13 **/build/**/*
|
/mcuboot-latest/boot/mbed/include/mcuboot_config/ |
D | mcuboot_config.h | 53 #error TinyCrypt is currently not supported by Mbed-OS due to build conflicts.
|
/mcuboot-latest/boot/cypress/ |
D | .gitignore | 13 **/build/**/*
|
D | Makefile | 131 .PHONY: all app build clean pre_build post_build 141 $(MAKE) build -j8 144 build: $(OUT_APP)/$(APP_NAME).hex target
|
D | README.md | 57 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/ |
D | readme-mbed.md | 35 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 _…
|
D | testplan-mynewt.md | 17 * `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`
|
D | readme-zephyr.md | 57 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/ |
D | CMakeLists.txt | 21 # allowing the test-build with the hooks feature enabled.
|
/mcuboot-latest/scripts/ |
D | imgtool.nix | 16 # rely on them without having to build our own derivations.
|
/mcuboot-latest/sim/ |
D | README.rst | 12 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/ |
D | README.md | 34 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/ |
D | README.md | 40 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