Searched full:firmware (Results 1 – 25 of 37) sorted by relevance
12
/mcuboot-latest/docs/ |
D | readme-nuttx.md | 6 - `CONFIG_MCUBOOT_PRIMARY_SLOT_PATH`: MTD partition for the application firmware image PRIMARY slot; 7 - `CONFIG_MCUBOOT_SECONDARY_SLOT_PATH`: MTD partition for the application firmware image SECONDARY … 15 …d/flash_map_backend.h>`, for enabling MCUboot to manage the application firmware image slots in th… 23 ## Creating MCUboot-compatible application firmware images 25 …firmware update agent, which is an important component of a secure firmware update subsystem. Thro… 27 …firmware image from a webserver, installing it and triggering the firmware update process for the … 31 …firmware image, it delegates the loading and execution of the application firmware image to a plat…
|
D | release-notes.md | 39 - Added firmware loader configuration type support for Zephyr, this 40 allows for a single application slot and firmware loader image in 435 + To allow imgtool to always perform the check that firmware does not 442 so it's not required for firmware built by Zephyr build system 468 actually store firmware 538 - Two firmware upgrade algorithms are provided:
|
D | imgtool.md | 85 firmware). [max. 12 characters] 114 The `--slot-size` argument is required and used to check that the firmware
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig.firmware_loader | 7 menu "Firmware loader entrance methods" 13 Use a GPIO to enter firmware loader mode. 28 Allows for entering firmware loader mode by using Zephyr's boot mode 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.
|
D | firmware_loader.c | 145 * image if none of the enabled entrance modes for the firmware loader are set, 146 * otherwise will boot the firmware loader. Note: firmware loader must be a 178 /* Check if firmware loader button is pressed. TODO: check all entrance methods */ in boot_go()
|
D | Kconfig | 213 firmware. The clean-up sets these registers to their warm-reset 316 bool "Firmware loader" 319 slot will be for a non-upgradeable firmware loaded image (e.g. for 320 loading firmware via Bluetooth). The main application will boot by 322 forced to the firmware loader. 324 Note: The firmware loader image must be signed with the same signing 529 the hash of the firmware image in a shared memory area. This data can
|
D | ram_load.conf | 2 # as a valid location for the firmware to be loaded into.
|
D | io.c | 52 /* Validate firmware loader configuration */ 58 #error "Firmware loader selected without an entrance mode set"
|
D | Kconfig.serial_recovery | 102 bool "Erase flash progressively when receiving new firmware" 105 If enabled, flash is erased as necessary when receiving new firmware,
|
/mcuboot-latest/ci/ |
D | fih-tests_run.sh | 22 git clone https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git &&\ 23 pushd trusted-firmware-m &&\
|
/mcuboot-latest/boot/mbed/ |
D | mcuboot_main.cpp | 77 tr_error("Failed to locate firmware image, error: %d", rc); in main() 86 tr_info("Booting firmware image at 0x%x\n", address); in main()
|
/mcuboot-latest/docs/release-notes.d/ |
D | encrypted-scratch-partition.md | 3 doesn't contain plaintext firmware data anymore.
|
/mcuboot-latest/ci/fih_test_docker/ |
D | paths.sh | 3 TFM_PATH=$WORK_PATH/trusted-firmware-m
|
/mcuboot-latest/boot/espressif/ci_configs/ |
D | secureboot-sign-ec256.conf | 8 # Running the generated firmware image may result in irreversible operations
|
D | secureboot-sign-ed25519.conf | 8 # Running the generated firmware image may result in irreversible operations
|
D | secureboot-sign-rsa2048.conf | 8 # Running the generated firmware image may result in irreversible operations
|
D | secureboot-sign-rsa3072.conf | 8 # Running the generated firmware image may result in irreversible operations
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | ExternalMemory.md | 94 This is done to force CY8PROTO-062-4343W DAP Link firmware to program external memory with hardcode… 98 This will invoke firmware to program external memory.
|
/mcuboot-latest/boot/boot_serial/include/boot_serial/ |
D | boot_serial_encryption.h | 27 * Handle an encrypted firmware in the main flash.
|
/mcuboot-latest/sim/mcuboot-sys/csupport/sysflash/ |
D | sysflash.h | 26 /* MCUBoot currently supports only up to 2 updateable firmware images.
|
/mcuboot-latest/boot/espressif/port/esp32s2/ |
D | bootloader.conf | 22 # MCUMGR to upload a firmware through the serial port
|
/mcuboot-latest/boot/espressif/port/esp32c2/ |
D | bootloader.conf | 22 # MCUMGR to upload a firmware through the serial port
|
/mcuboot-latest/boot/espressif/port/esp32c3/ |
D | bootloader.conf | 22 # MCUMGR to upload a firmware through the serial port
|
/mcuboot-latest/boot/espressif/port/esp32c6/ |
D | bootloader.conf | 22 # MCUMGR to upload a firmware through the serial port
|
/mcuboot-latest/boot/espressif/port/esp32h2/ |
D | bootloader.conf | 22 # MCUMGR to upload a firmware through the serial port
|
12