Home
last modified time | relevance | path

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

12

/mcuboot-latest/.github/workflows/
Dimgtool.yaml29 - name: Install dependencies
31 pip install --user pipenv
35 pipenv run pip install pytest -e .
57 - name: Install packages
Dsim.yaml68 - name: Install stable Rust
72 - name: Sim install
Dmynewt.yaml31 - name: Mynewt install
Despressif.yaml52 - name: Espressif install
Dfih_tests.yaml50 - name: FIH hardening test install
/mcuboot-latest/ci/
Despressif_install.sh8 pip install imgtool
16 $HOME/esp-idf/install.sh
Dimgtool_install.sh22 pip install setuptools twine packaging wheel
23 pip install --pre imgtool
Dsim_install.sh15 pip3 install --user -r ci/requirements.txt
Dmynewt_install.sh74 sudo apt-get install -y gcc-multilib
/mcuboot-latest/samples/zephyr/
DREADME.md17 $ sudo apt-get install ninja
23 $ sudo dnf install ninja
/mcuboot-latest/scripts/
Dimgtool.nix5 # To install the environment
7 # $ nix-env --file imgtool.nix --install env-imgtool
/mcuboot-latest/ci/fih_test_docker/docker-build/
DDockerfile20 apt-get install -y \
34 RUN python3 -m pip install \
/mcuboot-latest/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-latest/docs/
Dserial_recovery.md71 Use the following command to install the MCU Manager CLI tool:
73 go install github.com/apache/mynewt-mcumgr-cli/mcumgr@latest
DGemfile5 # file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
Dreadme-zephyr.md41 Install additional packages required for development with MCUboot:
45 pip3 install --user -r scripts/requirements.txt
Dreadme-nuttx.md25 …irmware update subsystem. Through MCUboot APIs an application is able to install a newly received …
Dreadme-espressif.md30 1. Install additional packages required for development with MCUboot:
37 pip3 install --user -r scripts/requirements.txt
50 <IDF_PATH>/install.sh
75 4. If ESP-IDF is not installed and will not be used, install `esptool`:
78 pip3 install esptool
762 Serial recovery mode allows management through MCUMGR (more information and how to install it:
/mcuboot-latest/ci/fih_test_docker/
Dexecute_test.sh48 cmake --build $TFM_SPE_BUILD_PATH -- install
/mcuboot-latest/
D.travis.yml-disabled67 install:
/mcuboot-latest/boot/espressif/
DCMakeLists.txt145 … message(FATAL_ERROR "esptool.py not found. Please install it using \'pip install esptool\'.")
/mcuboot-latest/boot/cypress/MCUBootApp/config/mcuboot_config/
Dmcuboot_config.h53 * to install the new image, rather than the entire image slot. */
/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/
Dmcuboot_config.h53 * to install the new image, rather than the entire image slot. */
/mcuboot-latest/samples/mcuboot_config/
Dmcuboot_config.template.h66 * to install the new image, rather than the entire image slot. */
/mcuboot-latest/boot/mbed/
Dmbed_lib.json67 …"help": "Only erase and overwrite those primary slot sectors needed to install the new image, rath…

12