Searched refs:load (Results 1 – 25 of 29) sorted by relevance
12
/mcuboot-latest/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` 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 …]
|
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 | readme-nuttx.md | 31 … to boot a new application firmware image (e.g. deinitialize peripherals, load the Program Counter…
|
D | release-notes.md | 209 - 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/ |
D | fix-ram-load-zephyr-address.md | 1 - Fixed chain load address output log message for RAM load
|
/mcuboot-latest/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) 89 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) 90 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) 101 k2 = load(pubname)
|
D | __init__.py | 46 def load(path, passwd=None): function
|
/mcuboot-latest/scripts/ |
D | imgtool.nix | 9 # To load the environment 11 # $ load-env-imgtool
|
D | assemble.py | 137 edt = pickle.load(f)
|
/mcuboot-latest/ci/ |
D | fih-tests_install.sh | 27 [[ -f $CACHED_IMAGE ]] && (gzip -dc $CACHED_IMAGE | docker load)
|
/mcuboot-latest/sim/ |
D | Cargo.toml | 31 ram-load = ["mcuboot-sys/ram-load"]
|
/mcuboot-latest/samples/zephyr/hello-world/ |
D | CMakeLists.txt | 14 # find_package(Zephyr) in order to load application boilerplate:
|
/mcuboot-latest/boot/espressif/port/esp32c3/ld/ |
D | bootloader.ld | 9 * The main purpose is to make sure the bootloader can load into main memory
|
/mcuboot-latest/boot/espressif/port/esp32s2/ld/ |
D | bootloader.ld | 9 * The main purpose is to make sure the bootloader can load into main memory
|
/mcuboot-latest/boot/espressif/port/esp32s3/ld/ |
D | bootloader.ld | 9 * The main purpose is to make sure the bootloader can load into main memory
|
/mcuboot-latest/boot/espressif/port/esp32/ld/ |
D | bootloader.ld | 9 * The main purpose is to make sure the bootloader can load into main memory
|
/mcuboot-latest/sim/mcuboot-sys/ |
D | Cargo.toml | 79 ram-load = []
|
/mcuboot-latest/scripts/imgtool/ |
D | main.py | 103 key = keys.load(keyfile) 107 return keys.load(keyfile, passwd) 460 img.load(infile)
|
/mcuboot-latest/boot/espressif/port/esp32c2/ld/ |
D | bootloader.ld | 8 * Make sure the bootloader can load into main memory without overwriting itself.
|
/mcuboot-latest/boot/espressif/port/esp32c6/ld/ |
D | bootloader.ld | 8 * Make sure the bootloader can load into main memory without overwriting itself.
|
/mcuboot-latest/boot/espressif/port/esp32h2/ld/ |
D | bootloader.ld | 8 * Make sure the bootloader can load into main memory without overwriting itself.
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig.serial_recovery | 19 MCUboot itself to load update images into flash over a UART.
|
12