Searched refs:load (Results 1 – 15 of 15) sorted by relevance
/mcuboot-2.7.6/docs/ |
D | testplan-mynewt.md | 15 Build and load mcuboot: 18 * `newt load k64f_boot_<sign-algo>` 20 Build and load good image in slot 0: 23 * `newt load k64f_blinky` 30 Build and load image in slot 1 with no signing, signed with 44 Build and load mcuboot: 47 * `newt load k64f_boot_rsa_ec` 49 Build and load good image in slot 0: 52 * `newt load k64f_blinky` 54 Build and load image in slot 1 with no signing, signed with [all …]
|
D | imgtool.md | 92 -L, --load-addr INTEGER Load address for image when it should run 110 the load address (in Intel Hex terms, the Extended Linear Address record) to 111 adjust for the new bytes prepended to the file. The load address of all data
|
D | testplan-zephyr.md | 29 Then, load hello1:
|
D | release-notes.md | 21 - Added RAM-load upgrade mode.
|
/mcuboot-2.7.6/scripts/imgtool/keys/ |
D | ecdsa_test.py | 19 from imgtool.keys import load, ECDSA256P1, ECDSAUsageError 37 self.assertIsNone(load(name1)) 39 k2 = load(name1, b'secret') 43 pk2 = load(pubname) 70 k2 = load(pubname)
|
D | ed25519_test.py | 19 from imgtool.keys import load, Ed25519, Ed25519UsageError 38 self.assertIsNone(load(name1)) 40 k2 = load(name1, b'secret') 44 pk2 = load(pubname) 71 k2 = load(pubname)
|
D | rsa_test.py | 21 from imgtool.keys import load, RSA, RSAUsageError 47 self.assertIsNone(load(name1)) 49 k2 = load(name1, b'secret') 53 pk2 = load(pubname) 82 k2 = load(pubname)
|
D | __init__.py | 44 def load(path, passwd=None): function
|
/mcuboot-2.7.6/scripts/ |
D | imgtool.nix | 9 # To load the environment 11 # $ load-env-imgtool
|
/mcuboot-2.7.6/ci/ |
D | fih-tests_install.sh | 25 [[ -f $CACHED_IMAGE ]] && (gzip -dc $CACHED_IMAGE | docker load)
|
/mcuboot-2.7.6/samples/zephyr/hello-world/ |
D | CMakeLists.txt | 14 # find_package(Zephyr) in order to load application boilerplate:
|
/mcuboot-2.7.6/scripts/imgtool/ |
D | main.py | 74 key = keys.load(keyfile) 78 return keys.load(keyfile, passwd) 317 img.load(infile)
|
D | image.py | 189 def load(self, path): member in Image
|
/mcuboot-2.7.6/boot/zephyr/ |
D | CMakeLists.txt | 42 # find_package(Zephyr) in order to load application boilerplate:
|
D | Kconfig | 147 bool "Perform core cleanup before chain-load the application" 472 MCUboot itself to load update images into flash over a UART.
|