Home
last modified time | relevance | path

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

12

/mcuboot-latest/
D.gitignore23 /scripts/dist/
26 /scripts/*.egg-info
27 /scripts/*.egg
D.mbedignore11 scripts/*
DREADME.md74 - [imgtool](https://github.com/mcu-tools/mcuboot/tree/main/scripts/imgtool.py) - A tool to securely…
/mcuboot-latest/boot/cypress/
D.gitignore23 /scripts/dist/
26 /scripts/*.egg-info
27 /scripts/*.egg
DMakefile51 # or rely on scripts that automates this action, bit not work for virtual envs
52 CY_SEC_TOOLS_PATH ?= $(shell $(PYTHON_PATH) $(CURDIR)/scripts/find_cysectools.py)
203 ../../scripts/imgtool.py keygen -k keys/$(SIGN_KEY_FILE).pem -t ecdsa-p256
204 ../../scripts/imgtool.py getpub -k keys/$(SIGN_KEY_FILE).pem > keys/$(SIGN_KEY_FILE).pub
/mcuboot-latest/docs/
Dimgtool.md3 The Python program `scripts/imgtool.py` can be used to perform the
11 pip3 install --user -r scripts/requirements.txt
18 ./scripts/imgtool.py keygen -k filename.pem -t rsa-2048
42 ./scripts/imgtool.py getpub -k filename.pem
Dreadme-zephyr.md45 pip3 install --user -r scripts/requirements.txt
110 Images can be signed with the `scripts/imgtool.py` script. It is best
133 `scripts/imgtool.py` is able to generate key pairs in all of the
143 $ ./scripts/imgtool.py keygen -k mykey.pem -t rsa-2048
Decdsa.md56 This will require an update to any scripts that will rely on the default
Drelease.md48 `scripts/imgtool/__init__.py` and modifying the exported version:
Dindex.md80 - [imgtool](https://github.com/mcu-tools/mcuboot/tree/main/scripts/imgtool.py) - A tool to securely…
/mcuboot-latest/boot/cypress/MCUBootApp/
DExternalMemory.md86 ${OPENOCD}/bin/openocd -s ${OPENOCD}/scripts \
87 -f ${OPENOCD}/scripts/interface/kitprog3.cfg \
88 -f ${OPENOCD}/scripts/target/psoc6_2m.cfg \
DREADME.md182 ${OPENOCD}/bin/openocd -s ${OPENOCD}/scripts \
183 -f ${OPENOCD}/scripts/interface/kitprog3.cfg \
184 -f ${OPENOCD}/scripts/target/psoc6_2m.cfg \
DMCUBootApp_CM0P_Debug.launch19 …gdbjtag.openocd.gdbServerOther" value="-s "${cy_tools_path:openocd}/scripts"
-s…
/mcuboot-latest/.github/workflows/
Dimgtool.yaml28 scripts/setup.py
34 cd scripts
Dzephyr_build.yaml94 …./scripts/twister --inline-logs -v -N -M --integration --overflow-as-errors --retry-failed 2 ${tes…
/mcuboot-latest/ci/
Dimgtool_run.sh31 cd scripts/
/mcuboot-latest/boot/zephyr/include/flash_map_backend/
Dflash_map_backend.h31 * match the linker scripts when platform executes from flash,
/mcuboot-latest/samples/zephyr/
DMakefile80 IMGTOOL = ../../scripts/imgtool.py
81 ASSEMBLE = ../../scripts/assemble.py
/mcuboot-latest/boot/espressif/
DCMakeLists.txt127 # back to mcuboot/scripts/imgtool.py.
132 set(imgtool_path "${MCUBOOT_ROOT_DIR}/scripts/imgtool.py")
/mcuboot-latest/boot/mbed/include/flash_map_backend/
Dflash_map_backend.h41 * match the linker scripts when platform executes from flash,
/mcuboot-latest/sim/mcuboot-sys/csupport/storage/
Dflash_map.h41 * match the linker scripts when platform executes from flash,
/mcuboot-latest/scripts/
Dassemble.py130 sys.path.insert(0, os.path.join(zephyr_base, "scripts", "dts", "python-devicetree", "src"))
/mcuboot-latest/boot/cypress/BlinkyApp/
DBlinkyApp.mk101 IMGTOOL_PATH ?= ../../scripts/imgtool.py
DReadme.md114 …se of build for `PSOC_062_2M` platform it calls `imgtool` from `MCUboot` scripts and adds signatur…
/mcuboot-latest/boot/cypress/cy_flash_pal/include/flash_map_backend/
Dflash_map_backend.h58 * match the linker scripts when platform executes from flash,

12