Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 31) 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.md129 (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
Dtestplan-zephyr.md29 Then, load hello1:
Dreadme-nuttx.md31 … to boot a new application firmware image (e.g. deinitialize peripherals, load the Program Counter…
/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.toml32 ram-load = ["mcuboot-sys/ram-load"]
/mcuboot-latest/scripts/tests/
Dtest_compression.py46 img.load(out_file)
/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.toml83 ram-load = []
/mcuboot-latest/scripts/imgtool/
Dmain.py103 key = keys.load(keyfile)
107 return keys.load(keyfile, passwd)
467 img.load(infile)
/mcuboot-latest/boot/zephyr/
DKconfig265 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/
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.

12