Home
last modified time | relevance | path

Searched full:py (Results 1 – 25 of 31) sorted by relevance

12

/mcuboot-latest/scripts/tests/
Dconftest.py19 "tests/test_keys.py::test_getpriv[openssl-ed25519]",
20 "tests/test_keys.py::test_getpriv[openssl-x25519]",
21 "tests/test_keys.py::test_getpriv[pkcs8-rsa-2048]",
22 "tests/test_keys.py::test_getpriv[pkcs8-rsa-3072]",
23 "tests/test_keys.py::test_getpriv[pkcs8-ed25519]",
24 "tests/test_keys.py::test_getpub[pem-ed25519]",
25 "tests/test_keys.py::test_sign_verify[x25519]",
/mcuboot-latest/boot/espressif/
DCMakeLists.txt127 # back to mcuboot/scripts/imgtool.py.
129 NAMES imgtool imgtool.py
132 set(imgtool_path "${MCUBOOT_ROOT_DIR}/scripts/imgtool.py")
139 NAMES esptool esptool.py
143 set(esptool_path "${IDF_PATH}/components/esptool_py/esptool/esptool.py")
145 … message(FATAL_ERROR "esptool.py not found. Please install it using \'pip install esptool\'.")
151 # Flash frequency parameter for esptool.py, for more information, check `esptool.py -h`
166 # Flash mode parameter for esptool.py, for more information, check `esptool.py -h`
171 # Serial baud rate parameter for esptool.py flash use, for more information, check `esptool.py -h`
377 # This step uses esptool.py for generating the final bootloader binary in
/mcuboot-latest/ci/
Dimgtool_run.sh23 IMGTOOL_VER_FILE="imgtool/__init__.py"
34 repo_version=$(grep "imgtool_version = " imgtool/__init__.py | sed 's/^.* = "\(.*\)"/\1/g')
36 python ../ci/compare_versions.py --old $last_release --new $repo_version
51 python setup.py sdist bdist_wheel
Dsim_run.sh15 GET_FEATURES="$(pwd)/ci/get_features.py"
/mcuboot-latest/docs/
Dreadme-espressif.md129 …esptool.py -p <PORT> -b <BAUD> --before default_reset --after no_reset --chip <TARGET> write_flash…
142 esptool.py -p <PORT> -b <BAUD> flash_id
163 1. Images can be regularly signed with the `scripts/imgtool.py` script:
166 imgtool.py sign --align 4 -v 0 -H 32 --pad-header -S <SLOT_SIZE> <BIN_IN> <SIGNED_BIN>
192 …esptool.py -p <PORT> -b <BAUD> --before default_reset --after hard_reset --chip <TARGET> write_fl…
290 imgtool.py sign -k <YOUR_SIGNING_KEY.pem> --pad --pad-sig --align 4 -v 0 -H 32 --pad-header -S 0x00…
374 `espsecure.py` tool.
379 espsecure.py generate_signing_key --version 2 <BOOTLOADER_SIGNING_KEY.pem>
385 espsecure.py sign_data --version 2 --keyfile <BOOTLOADER_SIGNING_KEY.pem> -o <BOOTLOADER_BIN_OUT> <…
401 esptool.py -p <PORT> -b 2000000 --after no_reset --chip <ESP_CHIP> write_flash --flash_mode dio --f…
[all …]
Dimgtool.md3 The Python program `scripts/imgtool.py` can be used to perform the
18 ./scripts/imgtool.py keygen -k filename.pem -t rsa-2048
42 ./scripts/imgtool.py getpub -k filename.pem
54 Usage: imgtool.py sign [OPTIONS] INFILE OUTFILE
Decdsa.md32 `imgtool.py`.
50 relevant channels, the arguments to `imgtool.py` will change:
Dreadme-zephyr.md110 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
Dreadme-riot.md31 hash and signing information. This is done through the imgtool.py
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/ci/fih_test_docker/
Dexecute_test.sh67 python3 $MCUBOOT_PATH/ci/fih_test_docker/generate_test_report.py fih_test_output.yaml
68 python3 $MCUBOOT_PATH/ci/fih_test_docker/validate_output.py fih_test_output.yaml $SKIP_SIZE $FIH_LE…
Drun_fi_test.sh52 …python3 $DIR/damage_image.py -i $TFM_IMAGE_OUTPUT_PATH/$BACKUP_IMAGE_NAME -o $IMAGE $DAMAGE_PARAM …
/mcuboot-latest/ext/nrf/
DREADME.md18 Build a hello world example in zephyr and sign it with imgtool.py with the `root-ec-p256.pem` and f…
/mcuboot-latest/boot/cypress/keys/
Dcypress-test-ec-p256.pub1 /* Autogenerated by imgtool.py, do not edit. */
/mcuboot-latest/boot/cypress/
DMakefile52 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/.github/workflows/
Dimgtool.yaml28 scripts/setup.py
/mcuboot-latest/samples/zephyr/
DMakefile80 IMGTOOL = ../../scripts/imgtool.py
81 ASSEMBLE = ../../scripts/assemble.py
/mcuboot-latest/sim/src/
Drsa_pub_key-rs.txt1 /* Autogenerated by imgtool.py, do not edit. */
Drsa3072_pub_key-rs.txt1 /* Autogenerated by imgtool.py, do not edit. */
/mcuboot-latest/scripts/imgtool/keys/
Dgeneral.py11 AUTOGEN_MESSAGE = "/* Autogenerated by imgtool.py, do not edit. */"
/mcuboot-latest/ext/fiat/src/
Dcurve25519_tables.h24 // ./make_curve25519_tables.py > curve25519_tables.h
/mcuboot-latest/boot/cypress/BlinkyApp/
DBlinkyApp.mk101 IMGTOOL_PATH ?= ../../scripts/imgtool.py
/mcuboot-latest/
DREADME.md74 - [imgtool](https://github.com/mcu-tools/mcuboot/tree/main/scripts/imgtool.py) - A tool to securely…
/mcuboot-latest/boot/zephyr/
DCMakeLists.txt301 ${MCUBOOT_DIR}/scripts/imgtool.py
341 ${MCUBOOT_DIR}/scripts/imgtool.py

12