Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 22 of 22) sorted by relevance

/mcuboot-latest/boot/zephyr/
DKconfig.firmware_loader13 Use a GPIO to enter firmware loader mode.
22 the one used to place the device in bootloader mode.
25 bool "Check boot mode via retention subsystem"
28 Allows for entering firmware loader mode by using Zephyr's boot mode
29 retention system (i.e. an application must set the boot mode to stay
30 in firmware loader mode and reboot the module).
35 Allows for entering firmware loader mode if there is no bootable
43 remain in bootloader firmware loader mode if it was.
DKconfig.serial_recovery18 If y, enables a serial-port based update mode. This allows
143 Use a GPIO to enter serial recovery mode.
152 the one used to place the device in bootloader mode.
170 bool "Check boot mode via retention subsystem"
173 Allows for entering serial recovery mode by using Zephyr's boot mode
174 retention system (i.e. an application must set the boot mode to stay
175 in serial recovery mode and reboot the module).
180 Allows for entering serial recovery mode if there is no bootable
188 remain in bootloader serial recovery mode if it was.
DKconfig329 overridden in choice options. Most devices should be using swap using offset mode.
339 overridden in choice options. This mode has been superceded
351 bool "Swap mode that run with the scratch partition"
353 This is the most conservative swap mode but it can work even on
364 bool "Swap using offset mode without scratch partition"
370 to all sectors in both slots being of the same size. This mode offers faster swap times
375 bool "Swap using mode mode without scratch partition"
393 mode results in a simpler code path and smaller code size.
410 default unless there is an error with it or the boot mode has been
419 bool "Enable the revert mechanism in direct-xip mode"
[all …]
/mcuboot-latest/boot/bootutil/src/
Dboot_record.c248 uint8_t mode = MCUBOOT_MODE_SINGLE_SLOT; in boot_save_shared_data() local
250 uint8_t mode = MCUBOOT_MODE_SWAP_USING_SCRATCH; in boot_save_shared_data() local
252 uint8_t mode = MCUBOOT_MODE_UPGRADE_ONLY; in boot_save_shared_data() local
254 uint8_t mode = MCUBOOT_MODE_SWAP_USING_MOVE; in boot_save_shared_data() local
256 uint8_t mode = MCUBOOT_MODE_SWAP_USING_OFFSET; in boot_save_shared_data() local
259 uint8_t mode = MCUBOOT_MODE_DIRECT_XIP_WITH_REVERT; in boot_save_shared_data() local
261 uint8_t mode = MCUBOOT_MODE_DIRECT_XIP; in boot_save_shared_data() local
264 uint8_t mode = MCUBOOT_MODE_RAM_LOAD; in boot_save_shared_data() local
266 uint8_t mode = MCUBOOT_MODE_FIRMWARE_LOADER; in boot_save_shared_data() local
268 uint8_t mode = MCUBOOT_MODE_SINGLE_SLOT_RAM_LOAD; in boot_save_shared_data() local
[all …]
/mcuboot-latest/docs/release-notes.d/
Dserial-recovery-slot-info.md1 - Added slot info command support to serial recovery mode
Dfix-ram-load-zephyr-address.md2 mode in Zephyr
Dmax-app-size-changes.md2 operating in swap using move mode
/mcuboot-latest/ext/tinycrypt/documentation/
Dtinycrypt.rst43 * AES-CBC mode:
45 * Type of primitive: Encryption mode of operation.
49 * AES-CTR mode:
51 * Type of primitive: Encryption mode of operation.
55 * AES-CMAC mode:
61 * AES-CCM mode:
162 * CTR mode:
164 * The AES-CTR mode limits the size of a data message they encrypt to 2^32
175 * CBC mode:
181 * CMAC mode:
[all …]
/mcuboot-latest/boot/cypress/MCUBootApp/
DExternalMemory.md27 Single-image mode.
37 Multi(dual)-image mode.
96 1. Press SW3 Mode button on a board to switch the board into DAP Link mode.
DREADME.md17 Single-image mode.
178 Connect a board to your computer. Switch Kitprog3 to DAP-BULK mode by pressing `SW3 MODE` button un…
189 …Connect board to your computer. Switch Kitprog3 to DAP-BULK mode by pressing `SW3 MODE` button unt…
192 …Connect board to your computer. Switch embeded Kitprog3 to `DAPLINK` mode by pressing `SW3 MODE` …
/mcuboot-latest/docs/
Drelease-notes.md35 - Zephyr: Fix issue with single application slot mode, serial
80 - Fixes issue with serial recovery in single slot mode wrongly
110 - Zephyr no longer builds in optimize for debug mode, this saves a
183 - Implement the mcumgr echo command in serial boot mode
204 - Enable direct-xip mode in Mbed-OS port.
209 - Add Multiimage boot for direct-xip and ram-load mode.
228 Equal slots (direct-xip) upgrade mode, RAM loading upgrade mode,
230 and single image mode.
236 - Added possibility to enter deep sleep mode after MCUboot app execution
240 - Added RAM-load upgrade mode.
[all …]
Dreadme-zephyr.md20 if this operating mode is desired then the following flash partition is also
203 swap-using-scratch mode, the Kconfig value must be set when building it:
223 ### Entering the serial recovery mode
225 To enter the serial recovery mode, the device has to initiate rebooting, and a triggering event has…
227 By default, the serial recovery GPIO pin active state enters the serial recovery mode.
231 Select ``CONFIG_BOOT_SERIAL_WAIT_FOR_DFU=y`` to use this mode. ``CONFIG_BOOT_SERIAL_WAIT_FOR_DFU_TI…
Dreadme-espressif.md461 For **release mode**:
468 For **development mode**:
764 ## [Serial recovery mode](#serial-recovery-mode)
766 Serial recovery mode allows management through MCUMGR (more information and how to install it:
794 `<CONFIG_ESP_SERIAL_BOOT_DETECT_DELAY_S>` seconds for entering the Serial recovery mode. Example:
797 Serial mode then uses the UART port configured for communication
840 After entering the Serial recovery mode on the device, MCUMGR can be used as following:
860 *Serial recovery mode uploads the image to the PRIMARY_SLOT, therefore if the upload process gets
Dimgtool.md130 mode.)
/mcuboot-latest/boot/cypress/cy_flash_pal/flash_qspi/
Dflash_qspi.c163 .mode = 0xFFFFFFFFU,
226 .mode = CY_SMIF_NORMAL,
/mcuboot-latest/sim/mcuboot-sys/
DCargo.toml39 # Swap using offset mode
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Dbignum.h136 typedef unsigned int mbedtls_t_udbl __attribute__((mode(TI)));
/mcuboot-latest/boot/zcbor/src/
Dzcbor_decode.c787 static bool manipulate_flags(zcbor_state_t *state, uint32_t mode) argument
790 size_t index = (mode == FLAG_MODE_CLEAR_UNUSED) ? last_index : get_current_index(state, mode);
797 switch(mode) {
/mcuboot-latest/boot/espressif/port/esp32c2/ld/
Dbootloader.ld11 * - 0x3fccb264 - 0x3fcdcb70: Shared buffers, used in UART/USB/SPI download mode only
/mcuboot-latest/boot/espressif/port/esp32c6/ld/
Dbootloader.ld11 * - 0x4086ad08 - 0x4087c610: Shared buffers, used in UART/USB/SPI download mode only
/mcuboot-latest/boot/espressif/port/esp32h2/ld/
Dbootloader.ld11 * - 0x4083ba78 - 0x4084d380: Shared buffers, used in UART/USB/SPI download mode only
/mcuboot-latest/boot/espressif/
DCMakeLists.txt187 # Flash mode parameter for esptool.py, for more information, check `esptool.py -h`