Home
last modified time | relevance | path

Searched refs:first (Results 1 – 18 of 18) sorted by relevance

/mcuboot-latest/samples/compression_test/
DREADME.txt32 note: order of arguments matter. Compressed goes first.
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c250 bool first; in hkdf() local
287 first = true; in hkdf()
296 if (first) { in hkdf()
297 first = false; in hkdf()
/mcuboot-latest/sim/
DREADME.rst23 submodules within git. To fetch these dependencies the first time::
/mcuboot-latest/docs/
Dtestplan-zephyr.md33 This should print "main: Jumping to the first image slot", and you
Dreadme-riot.md9 In this first version, a prebuilt Mynewt binary is downloaded at
Dreadme-espressif.md86 `-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 …]
Dreadme-zephyr.md12 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.
DPORTING.md126 /* Flash area IDs of the first image in case of multiple images */
Drelease-notes.md521 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/
DREADME.md44 specialization machinery. It may be helpful to first read about the less messy
/mcuboot-latest/boot/zephyr/
DKconfig.serial_recovery59 1 -> image-0 (primary slot of the first image);
60 2 -> image-1 (secondary slot of the first image);
DKconfig111 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/
DREADME.md77 *Make* - make sure it is added to system's `PATH` variable and correct path is first in the list;
/mcuboot-latest/boot/espressif/
DCMakeLists.txt147 # Go with an explicitly installed imgtool first, falling
418 # Defaults to the first USB serial port
/mcuboot-latest/sim/simflash/src/
Dlib.rs357 assert_eq!(buf.first(), Some(&byte)); in test_device()
/mcuboot-latest/boot/cypress/BlinkyApp/
DReadme.md74 * first image BOOT (PRIMARY) slot start `0x10018000`
/mcuboot-latest/boot/cypress/MCUBootApp/
DREADME.md214 *Make* - make sure it is added to system's `PATH` variable and correct path is first in the list;
/mcuboot-latest/ext/tinycrypt/documentation/
Dtinycrypt.rst245 first. You can use the 'ecc_bytes2native()' and 'ecc_native2bytes()'