Searched refs:first (Results 1 – 18 of 18) sorted by relevance
/mcuboot-latest/samples/compression_test/ |
D | README.txt | 32 note: order of arguments matter. Compressed goes first.
|
/mcuboot-latest/boot/bootutil/src/ |
D | encrypted.c | 250 bool first; in hkdf() local 287 first = true; in hkdf() 296 if (first) { in hkdf() 297 first = false; in hkdf()
|
/mcuboot-latest/sim/ |
D | README.rst | 23 submodules within git. To fetch these dependencies the first time::
|
/mcuboot-latest/docs/ |
D | testplan-zephyr.md | 33 This should print "main: Jumping to the first image slot", and you
|
D | readme-riot.md | 9 In this first version, a prebuilt Mynewt binary is downloaded at
|
D | readme-espressif.md | 86 `-DMCUBOOT_CONFIG_FILE` argument on the first step below. 373 *Once the device makes its first full boot, these configurations cannot be reverted* 395 *Once the bootloader is flashed and the device resets, the **first boot will enable Secure Boot** 414 On its **first boot** the Secure Boot is not enabled on the device eFuses yet, neither the key nor 415 digests. So the first boot will have the following process: 417 1. On startup, since it is the first boot, the ROM bootloader will not verify the bootloader image 521 *These configurations cannot be reverted after the device's first boot* 549 On the **first boot**, the bootloader will: 595 The **first boot** will encrypt the flash content using the host key burned in the eFuse instead 608 On the **first boot**, the bootloader will: [all …]
|
D | readme-zephyr.md | 12 The first step required for Zephyr is making sure your board has flash 236 By default, the SMP server implementation will only use the first slot. 241 * 0 and 1 - image-0, the primary slot of the first image. 242 * 2 - image-1, the secondary slot of the first image.
|
D | PORTING.md | 126 /* Flash area IDs of the first image in case of multiple images */
|
D | release-notes.md | 521 This is the first release of MCUboot, a secure bootloader for 32-bit MCUs. 524 porting layers from the operating system it works with. For the first release,
|
/mcuboot-latest/ext/fiat/ |
D | README.md | 44 specialization machinery. It may be helpful to first read about the less messy
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig.serial_recovery | 59 1 -> image-0 (primary slot of the first image); 60 2 -> image-1 (secondary slot of the first image);
|
D | Kconfig | 111 SHA requires image to be decrypted first, which is done in RAM. 372 the second sector in the second slot instead of the first. 377 If y, the swap upgrade is done in two steps, where first every 552 the first image.
|
/mcuboot-latest/boot/cypress/ |
D | README.md | 77 *Make* - make sure it is added to system's `PATH` variable and correct path is first in the list;
|
/mcuboot-latest/boot/espressif/ |
D | CMakeLists.txt | 147 # Go with an explicitly installed imgtool first, falling 418 # Defaults to the first USB serial port
|
/mcuboot-latest/sim/simflash/src/ |
D | lib.rs | 357 assert_eq!(buf.first(), Some(&byte)); in test_device()
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | Readme.md | 74 * first image BOOT (PRIMARY) slot start `0x10018000`
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | README.md | 214 *Make* - make sure it is added to system's `PATH` variable and correct path is first in the list;
|
/mcuboot-latest/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 245 first. You can use the 'ecc_bytes2native()' and 'ecc_native2bytes()'
|