Home
last modified time | relevance | path

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

12

/mcuboot-latest/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`
35 Build and load image in slot 1 with no signing, signed with
49 Build and load MCUboot:
52 * `newt load k64f_boot_rsa_ec`
54 Build and load good image in slot 0:
57 * `newt load k64f_blinky`
59 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:
Dreadme-nuttx.md31 … to boot a new application firmware image (e.g. deinitialize peripherals, load the Program Counter…
Drelease-notes.md209 - Add Multiimage boot for direct-xip and ram-load mode.
214 - ram load and image encryption can be used together, allowing the
240 - Added RAM-load upgrade mode.
/mcuboot-latest/docs/release-notes.d/
Dfix-ram-load-zephyr-address.md1 - Fixed chain load address output log message for RAM load
/mcuboot-latest/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)
89 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)
90 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)
101 k2 = load(pubname)
D__init__.py46 def load(path, passwd=None): function
/mcuboot-latest/scripts/
Dimgtool.nix9 # To load the environment
11 # $ load-env-imgtool
Dassemble.py137 edt = pickle.load(f)
/mcuboot-latest/ci/
Dfih-tests_install.sh27 [[ -f $CACHED_IMAGE ]] && (gzip -dc $CACHED_IMAGE | docker load)
/mcuboot-latest/sim/
DCargo.toml31 ram-load = ["mcuboot-sys/ram-load"]
/mcuboot-latest/samples/zephyr/hello-world/
DCMakeLists.txt14 # find_package(Zephyr) in order to load application boilerplate:
/mcuboot-latest/boot/espressif/port/esp32c3/ld/
Dbootloader.ld9 * The main purpose is to make sure the bootloader can load into main memory
/mcuboot-latest/boot/espressif/port/esp32s2/ld/
Dbootloader.ld9 * The main purpose is to make sure the bootloader can load into main memory
/mcuboot-latest/boot/espressif/port/esp32s3/ld/
Dbootloader.ld9 * The main purpose is to make sure the bootloader can load into main memory
/mcuboot-latest/boot/espressif/port/esp32/ld/
Dbootloader.ld9 * The main purpose is to make sure the bootloader can load into main memory
/mcuboot-latest/sim/mcuboot-sys/
DCargo.toml79 ram-load = []
/mcuboot-latest/scripts/imgtool/
Dmain.py103 key = keys.load(keyfile)
107 return keys.load(keyfile, passwd)
460 img.load(infile)
/mcuboot-latest/boot/espressif/port/esp32c2/ld/
Dbootloader.ld8 * Make sure the bootloader can load into main memory without overwriting itself.
/mcuboot-latest/boot/espressif/port/esp32c6/ld/
Dbootloader.ld8 * Make sure the bootloader can load into main memory without overwriting itself.
/mcuboot-latest/boot/espressif/port/esp32h2/ld/
Dbootloader.ld8 * Make sure the bootloader can load into main memory without overwriting itself.
/mcuboot-latest/boot/zephyr/
DKconfig.serial_recovery19 MCUboot itself to load update images into flash over a UART.

12