Searched full:py (Results 1 – 25 of 31) sorted by relevance
12
/mcuboot-latest/scripts/tests/ |
D | conftest.py | 19 "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/ |
D | CMakeLists.txt | 127 # 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/ |
D | imgtool_run.sh | 23 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
|
D | sim_run.sh | 15 GET_FEATURES="$(pwd)/ci/get_features.py"
|
/mcuboot-latest/docs/ |
D | readme-espressif.md | 129 …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 …]
|
D | imgtool.md | 3 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
|
D | ecdsa.md | 32 `imgtool.py`. 50 relevant channels, the arguments to `imgtool.py` will change:
|
D | readme-zephyr.md | 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
|
D | readme-riot.md | 31 hash and signing information. This is done through the imgtool.py
|
D | release.md | 48 `scripts/imgtool/__init__.py` and modifying the exported version:
|
D | index.md | 80 - [imgtool](https://github.com/mcu-tools/mcuboot/tree/main/scripts/imgtool.py) - A tool to securely…
|
/mcuboot-latest/ci/fih_test_docker/ |
D | execute_test.sh | 67 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…
|
D | run_fi_test.sh | 52 …python3 $DIR/damage_image.py -i $TFM_IMAGE_OUTPUT_PATH/$BACKUP_IMAGE_NAME -o $IMAGE $DAMAGE_PARAM …
|
/mcuboot-latest/ext/nrf/ |
D | README.md | 18 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/ |
D | cypress-test-ec-p256.pub | 1 /* Autogenerated by imgtool.py, do not edit. */
|
/mcuboot-latest/boot/cypress/ |
D | Makefile | 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/.github/workflows/ |
D | imgtool.yaml | 28 scripts/setup.py
|
/mcuboot-latest/samples/zephyr/ |
D | Makefile | 80 IMGTOOL = ../../scripts/imgtool.py 81 ASSEMBLE = ../../scripts/assemble.py
|
/mcuboot-latest/sim/src/ |
D | rsa_pub_key-rs.txt | 1 /* Autogenerated by imgtool.py, do not edit. */
|
D | rsa3072_pub_key-rs.txt | 1 /* Autogenerated by imgtool.py, do not edit. */
|
/mcuboot-latest/scripts/imgtool/keys/ |
D | general.py | 11 AUTOGEN_MESSAGE = "/* Autogenerated by imgtool.py, do not edit. */"
|
/mcuboot-latest/ext/fiat/src/ |
D | curve25519_tables.h | 24 // ./make_curve25519_tables.py > curve25519_tables.h
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | BlinkyApp.mk | 101 IMGTOOL_PATH ?= ../../scripts/imgtool.py
|
/mcuboot-latest/ |
D | README.md | 74 - [imgtool](https://github.com/mcu-tools/mcuboot/tree/main/scripts/imgtool.py) - A tool to securely…
|
/mcuboot-latest/boot/zephyr/ |
D | CMakeLists.txt | 301 ${MCUBOOT_DIR}/scripts/imgtool.py 341 ${MCUBOOT_DIR}/scripts/imgtool.py
|
12