Home
last modified time | relevance | path

Searched full:install (Results 1 – 20 of 20) sorted by relevance

/mcuboot-2.7.6/samples/zephyr/
DREADME.md17 $ sudo apt-get install ninja
23 $ sudo dnf install ninja
/mcuboot-2.7.6/scripts/
Dimgtool.nix5 # To install the environment
7 # $ nix-env --file imgtool.nix --install env-imgtool
/mcuboot-2.7.6/ci/
Dimgtool_install.sh22 pip install setuptools twine packaging wheel
23 pip install --pre imgtool
Dsim_install.sh15 pip3 install --user -r ci/requirements.txt
/mcuboot-2.7.6/ci/fih_test_docker/docker-build/
DDockerfile20 apt-get install -y \
33 python3 -m pip install \
/mcuboot-2.7.6/sim/
DREADME.rst11 The simulator is written in Rust_, and you will need to install it to
17 .. _installation: https://www.rust-lang.org/en-US/install.html
/mcuboot-2.7.6/ci/fih_test_docker/
Dexecute_test.sh52 make -j install
54 BOOTLOADER_AXF='./install/outputs/MPS2/AN521/bl2.axf'
Dfi_tester_gdb.sh141 BIN_DIR=$(pwd)/install/outputs/MPS2/AN521
/mcuboot-2.7.6/.github/workflows/
Dsim.yaml54 - name: Install stable Rust
58 - name: Sim install
Dmynewt.yaml27 - name: Mynewt install
Dimgtool.yaml21 - name: Install packages
/mcuboot-2.7.6/docs/
DGemfile5 # file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
Dreadme-zephyr.md35 Install additional packages required for development with mcuboot:
39 pip3 install --user -r scripts/requirements.txt
Dimgtool.md11 pip3 install --user -r scripts/requirements.txt
/mcuboot-2.7.6/
D.travis.yml67 install:
/mcuboot-2.7.6/boot/cypress/MCUBootApp/config/mcuboot_config/
Dmcuboot_config.h55 * to install the new image, rather than the entire image slot. */
/mcuboot-2.7.6/samples/mcuboot_config/
Dmcuboot_config.template.h54 * to install the new image, rather than the entire image slot. */
/mcuboot-2.7.6/boot/mbed/
Dmbed_lib.json62 …"help": "Only erase and overwrite those primary slot sectors needed to install the new image, rath…
/mcuboot-2.7.6/sim/src/
Dimage.rs1247 /// Install a "program" into the given image. This fakes the image header, or at least all of the
1409 /// Install no image. This is used when no upgrade happens.
1571 /// Install a partition table. This is a simplified partition table that
/mcuboot-2.7.6/scripts/imgtool/
Dimage.py473 """Install the image header."""