/Zephyr-latest/tests/subsys/mgmt/mcumgr/img_mgmt_slot_info/boards/ |
D | nrf5340dk_nrf5340_cpuapp_dual_slot.overlay | 24 label = "image-0"; 28 label = "image-1"; 32 label = "image-2"; 36 label = "image-3";
|
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/ |
D | README.rst | 151 Signing the sample image 157 To sign the sample image built in the previous step: 163 The above command creates an image file called :file:`zephyr.signed.bin` in the 166 For more information on image signing and ``west sign``, see the :ref:`west-sign` 169 Flashing the sample image 172 Upload the :file:`zephyr.signed.bin` file from the previous to image slot-0 of your 175 To upload the initial image file to an empty slot-0, use ``west flash`` like normal. 176 ``west flash`` will automatically detect slot-0 address and confirm the image. 182 The *signed* image file needs to be used specifically, otherwise the non-signed version 183 will be used and the image won't be runnable. [all …]
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_images.cmake | 12 # This is where all Zephyr applications are added to the multi-image build. 18 foreach(image ${IMAGES_CONFIGURATION_ORDER}) 19 …build_module_call(PRE_IMAGE_CMAKE MODULES ${SYSBUILD_MODULE_NAMES} IMAGES ${IMAGES} IMAGE ${image}) 20 ExternalZephyrProject_Cmake(APPLICATION ${image}) 21 …uild_module_call(POST_IMAGE_CMAKE MODULES ${SYSBUILD_MODULE_NAMES} IMAGES ${IMAGES} IMAGE ${image})
|
/Zephyr-latest/samples/tfm_integration/tfm_regression_test/boards/ |
D | nucleo_l552ze_q_stm32l552xx_ns.overlay | 36 /* Secure image primary slot */ 38 label = "image-0"; 41 /* Non-secure image primary slot */ 43 label = "image-1";
|
/Zephyr-latest/boards/nordic/nrf54l15dk/ |
D | nrf54l15dk_nrf54l15_cpuapp.dts | 32 label = "image-0"; 36 label = "image-0-nonsecure"; 40 label = "image-1"; 44 label = "image-1-nonsecure";
|
D | nrf54l15dk_nrf54l05_cpuapp.dts | 43 label = "image-0"; 47 label = "image-0-nonsecure"; 51 label = "image-1"; 55 label = "image-1-nonsecure";
|
D | nrf54l15dk_nrf54l10_cpuapp.dts | 43 label = "image-0"; 47 label = "image-0-nonsecure"; 51 label = "image-1"; 55 label = "image-1-nonsecure";
|
/Zephyr-latest/subsys/dfu/ |
D | Kconfig | 11 bool "DFU image manager" 15 Enable support for managing DFU image. 23 Choice support for managing DFU image. 31 Enable support for managing DFU image downloaded using mcuboot. 41 Enable shell module, which provides information about image slots and 59 Estimated size of update image data, which is used to prevent loading of firmware updates 67 Size (in Bytes) of buffer for image writer. Must be a multiple of 75 instead of erasing the whole image slot at once. This is necessary 92 module-str = image manager 102 application is combined with MCUboot multi-image boot.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
D | img_mgmt_state.c | 70 int image = query_slot / 2; /* We support max 2 images for now */ in img_mgmt_state_flags() local 71 int active_slot = img_mgmt_active_slot(image); in img_mgmt_state_flags() 110 if (image == img_mgmt_active_image() && query_slot == active_slot) { in img_mgmt_state_flags() 121 int image = query_slot / 2; /* We support max 2 images for now */ in img_mgmt_state_flags() local 122 int active_slot = img_mgmt_active_slot(image); in img_mgmt_state_flags() 128 if (image == img_mgmt_active_image() && query_slot == active_slot) { in img_mgmt_state_flags() 147 int img_mgmt_get_next_boot_slot(int image, enum img_mgmt_next_boot_type *type) in img_mgmt_get_next_boot_slot() argument 149 const int active_slot = img_mgmt_active_slot(image); in img_mgmt_get_next_boot_slot() 150 const int state = mcuboot_swap_type_multi(image); in img_mgmt_get_next_boot_slot() 187 LOG_DBG("(%d, *) => slot = %d, type = %d", image, slot, lt); in img_mgmt_get_next_boot_slot() [all …]
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap_tz/boards/ |
D | nucleo_l552ze_q_stm32l552xx_ns.overlay | 33 /* Secure image primary slot */ 35 label = "image-0"; 38 /* Non-secure image primary slot */ 40 label = "image-1";
|
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/ |
D | Kconfig | 41 Image container is a boot image format that is used by ROM. Container 42 format consists container header, image arrary entry, signature block 47 # image. If ROM_START_OFFSET changed, you also need to change CONTAINER_USER_IMAGE_OFFSET 50 hex "The offset between container header and user image" 53 The offset between container and user image. IF change the user image 55 value, this will make ROM could get the user image start address.
|
/Zephyr-latest/boards/raytac/mdbt53_db_40/ |
D | Kconfig.defconfig | 13 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always 23 # If the secure firmware is to be combined with a non-secure image 24 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always 25 # be restricted to the secure image SRAM partition (sram-secure-partition). 27 # may be used by the image. 29 # For the non-secure version of the board, the firmware image SRAM is
|
/Zephyr-latest/boards/raytac/mdbt53v_db_40/ |
D | Kconfig.defconfig | 13 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always 23 # If the secure firmware is to be combined with a non-secure image 24 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always 25 # be restricted to the secure image SRAM partition (sram-secure-partition). 27 # may be used by the image. 29 # For the non-secure version of the board, the firmware image SRAM is
|
/Zephyr-latest/boards/nordic/nrf5340dk/ |
D | Kconfig.defconfig | 13 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always 23 # If the secure firmware is to be combined with a non-secure image 24 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always 25 # be restricted to the secure image SRAM partition (sram-secure-partition). 27 # may be used by the image. 29 # For the non-secure version of the board, the firmware image SRAM is
|
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/ |
D | Kconfig.defconfig | 13 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always 23 # If the secure firmware is to be combined with a non-secure image 24 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always 25 # be restricted to the secure image SRAM partition (sram-secure-partition). 27 # may be used by the image. 29 # For the non-secure version of the board, the firmware image SRAM is
|
/Zephyr-latest/boards/nordic/thingy53/ |
D | Kconfig.defconfig | 13 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always 23 # If the secure firmware is to be combined with a non-secure image 24 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always 25 # be restricted to the secure image SRAM partition (sram-secure-partition). 27 # may be used by the image. 29 # For the non-secure version of the board, the firmware image SRAM is
|
/Zephyr-latest/dts/common/espressif/ |
D | partitions_0x0_default_16M.dtsi | 20 label = "image-0"; 25 label = "image-1"; 35 label = "image-scratch";
|
D | partitions_0x0_default_2M.dtsi | 20 label = "image-0"; 25 label = "image-1"; 35 label = "image-scratch";
|
D | partitions_0x0_default_32M.dtsi | 20 label = "image-0"; 25 label = "image-1"; 35 label = "image-scratch";
|
D | partitions_0x0_default_4M.dtsi | 20 label = "image-0"; 25 label = "image-1"; 35 label = "image-scratch";
|
D | partitions_0x0_default_8M.dtsi | 20 label = "image-0"; 25 label = "image-1"; 35 label = "image-scratch";
|
D | partitions_0x1000_default_16M.dtsi | 20 label = "image-0"; 25 label = "image-1"; 35 label = "image-scratch";
|
D | partitions_0x1000_default_2M.dtsi | 20 label = "image-0"; 25 label = "image-1"; 35 label = "image-scratch";
|
D | partitions_0x1000_default_32M.dtsi | 20 label = "image-0"; 25 label = "image-1"; 35 label = "image-scratch";
|
D | partitions_0x1000_default_4M.dtsi | 20 label = "image-0"; 25 label = "image-1"; 35 label = "image-scratch";
|