Searched full:slot1_partition (Results 1 – 25 of 280) sorted by relevance
12345678910>>...12
/Zephyr-latest/tests/subsys/storage/flash_map/src/ |
D | main.c | 14 #define SLOT1_PARTITION slot1_partition macro 15 #define SLOT1_PARTITION_ID FIXED_PARTITION_ID(SLOT1_PARTITION) 16 #define SLOT1_PARTITION_DEV FIXED_PARTITION_DEVICE(SLOT1_PARTITION) 17 #define SLOT1_PARTITION_NODE DT_NODELABEL(SLOT1_PARTITION) 18 #define SLOT1_PARTITION_OFFSET FIXED_PARTITION_OFFSET(SLOT1_PARTITION) 52 FIXED_PARTITION(SLOT1_PARTITION))); in ZTEST() 85 fa = FIXED_PARTITION(SLOT1_PARTITION); in ZTEST() 92 zassert_equal(fa->fa_dev, flash_dev_a, "Device for slot1_partition do not match"); in ZTEST() 110 fa = FIXED_PARTITION(SLOT1_PARTITION); in ZTEST() 117 zassert_equal(fa->fa_dev, flash_dev_a, "Device for slot1_partition do not match"); in ZTEST() [all …]
|
/Zephyr-latest/share/sysbuild/images/bootloader/ |
D | Kconfig | 49 MCUboot expects slot0_partition and slot1_partition to be present in DT and application 56 MCUboot expects slot0_partition, slot1_partition and scratch_partition to be present in 76 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode MCUboot 86 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode MCUboot 100 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode, MCUboot 112 mechanism defined for entering the slot1_partition which is a dedicated firmware updater
|
/Zephyr-latest/tests/subsys/dfu/mcuboot_multi/ |
D | nrf52840dk_nrf52840.overlay | 10 /delete-node/ &slot1_partition; 26 slot1_partition: partition@1A000 {
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/img_mgmt_slot_info/boards/ |
D | nrf52840dk_nrf52840_dual_slot.overlay | 9 /delete-node/ &slot1_partition; 25 slot1_partition: partition@50000 {
|
D | nrf5340dk_nrf5340_cpuapp_dual_slot.overlay | 9 /delete-node/ &slot1_partition; 27 slot1_partition: partition@50000 {
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/ |
D | frdm_mcxn947_mcxn947_cpu0_qspi.dts | 12 /delete-node/ &slot1_partition; 35 slot1_partition: partition@300000 { label
|
/Zephyr-latest/tests/boot/mcuboot_recovery_retention/boards/ |
D | nrf52840dk_nrf52840.overlay | 30 /delete-node/ &slot1_partition; 46 slot1_partition: partition@40000 {
|
D | nrf52840dk_nrf52840_mem.overlay | 45 /delete-node/ &slot1_partition; 65 slot1_partition: partition@40000 {
|
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/ |
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 12 /delete-node/ &slot1_partition; 26 slot1_partition: partition@5b000 {
|
D | nrf52840dk_nrf52840.overlay | 15 /delete-node/ &slot1_partition; 28 slot1_partition: partition@72000 {
|
/Zephyr-latest/boards/arduino/opta/ |
D | arduino_opta_stm32h747xx_m4.dts | 21 zephyr,code-partition = &slot1_partition; 36 slot1_partition: partition@80000 { label
|
/Zephyr-latest/samples/tfm_integration/tfm_regression_test/boards/ |
D | nucleo_l552ze_q_stm32l552xx_ns.overlay | 21 /delete-node/ &slot1_partition; 42 slot1_partition: partition@4c000 {
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap_tz/boards/ |
D | nucleo_l552ze_q_stm32l552xx_ns.overlay | 17 zephyr,code-partition = &slot1_partition; 39 slot1_partition: partition@41000 {
|
/Zephyr-latest/tests/boot/mcuboot_data_sharing/boards/ |
D | nrf52840dk_nrf52840.overlay | 33 /delete-node/ &slot1_partition; 53 slot1_partition: partition@42000 {
|
/Zephyr-latest/modules/ |
D | Kconfig.mcuboot | 156 MCUboot expects slot0_partition and slot1_partition to be present 165 MCUboot expects slot0_partition, slot1_partition and scratch_partition 191 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode, MCUboot 203 MCUboot expects slot0_partition and slot1_partition to exist in DT. 218 MCUboot expects slot0_partition and slot1_partition to exist in DT. 237 an entrance mechanism defined for entering the slot1_partition which is 267 ``slot1_partition`` for this image.
|
/Zephyr-latest/tests/subsys/fs/fcb/boards/ |
D | nucleo_h743zi.overlay | 7 slot1_partition: partition@80000 {
|
D | mr_canhubk3.overlay | 12 slot1_partition: partition@100000 {
|
/Zephyr-latest/tests/boot/test_mcuboot/swapped_app/ |
D | Kconfig | 8 default "$(dt_node_reg_addr_hex,$(dt_nodelabel_path,slot1_partition))-\
|
/Zephyr-latest/tests/subsys/storage/flash_map/boards/ |
D | mr_canhubk3.overlay | 14 slot1_partition: partition@100000 {
|
/Zephyr-latest/tests/subsys/fs/ext2/boards/ |
D | ek_ra8d1.overlay | 12 slot1_partition: partition@0 {
|
D | ek_ra8m1.overlay | 12 slot1_partition: partition@0 {
|
D | mck_ra8t1.overlay | 12 slot1_partition: partition@0 {
|
/Zephyr-latest/tests/drivers/flash/erase_blocks/ |
D | README.rst | 5 If MCUBOOT is not selected, the partition under test is slot1_partition.
|
/Zephyr-latest/tests/subsys/settings/functional/fcb/boards/ |
D | nrf52dk_nrf52832.overlay | 8 /delete-node/ &slot1_partition;
|
/Zephyr-latest/tests/subsys/settings/fcb/boards/ |
D | nrf52dk_nrf52832.overlay | 8 /delete-node/ &slot1_partition;
|
12345678910>>...12