Searched refs:load (Results 1 – 25 of 31) 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 | 129 (Not supported in direct-xip or ram-load 135 -L, --load-addr INTEGER Load address for image when it should run 160 the load address (in Intel Hex terms, the Extended Linear Address record) to 161 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…
|
/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 | 32 ram-load = ["mcuboot-sys/ram-load"]
|
/mcuboot-latest/scripts/tests/ |
D | test_compression.py | 46 img.load(out_file)
|
/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 | 83 ram-load = []
|
/mcuboot-latest/scripts/imgtool/ |
D | main.py | 103 key = keys.load(keyfile) 107 return keys.load(keyfile, passwd) 467 img.load(infile)
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 265 bool "Perform core cleanup before chain-load the application" 396 bool "RAM load" 401 The address that the image is copied to is specified using the load-addr 455 bool "RAM load for single application slot" 459 image is copied to is specified using the load-addr argument to the 480 to load/update, the application provides the information from which 481 flash slot to load in runtime. This is useful when the application 483 image to load. Usually, application will provide a boot_go_hook() to 484 decide which image to load.
|
/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.
|
12