Home
last modified time | relevance | path

Searched refs:load (Results 1 – 15 of 15) sorted by relevance

/mcuboot-2.7.6/docs/
Dtestplan-mynewt.md15 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 …]
Dimgtool.md92 -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
Dtestplan-zephyr.md29 Then, load hello1:
Drelease-notes.md21 - Added RAM-load upgrade mode.
/mcuboot-2.7.6/scripts/imgtool/keys/
Decdsa_test.py19 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)
Ded25519_test.py19 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)
Drsa_test.py21 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__.py44 def load(path, passwd=None): function
/mcuboot-2.7.6/scripts/
Dimgtool.nix9 # To load the environment
11 # $ load-env-imgtool
/mcuboot-2.7.6/ci/
Dfih-tests_install.sh25 [[ -f $CACHED_IMAGE ]] && (gzip -dc $CACHED_IMAGE | docker load)
/mcuboot-2.7.6/samples/zephyr/hello-world/
DCMakeLists.txt14 # find_package(Zephyr) in order to load application boilerplate:
/mcuboot-2.7.6/scripts/imgtool/
Dmain.py74 key = keys.load(keyfile)
78 return keys.load(keyfile, passwd)
317 img.load(infile)
Dimage.py189 def load(self, path): member in Image
/mcuboot-2.7.6/boot/zephyr/
DCMakeLists.txt42 # find_package(Zephyr) in order to load application boilerplate:
DKconfig147 bool "Perform core cleanup before chain-load the application"
472 MCUboot itself to load update images into flash over a UART.