Skip to content

Conversation

FRASTM
Copy link

@FRASTM FRASTM commented Sep 24, 2025

Define the stm32 disco board variant configuration to set the STM32 XIP mode that will enable the MemoryMapped mode. See Kconfig of the stm32 soc. Choose the mcu_boot partition where to build ../bootloader/mcuboot/boot/zephyr
The zephyr, chosen zephyr,flash = &flash0; is in the board dts. The zephyr,code-partition = &boot_partition; is given by the app.overlay

(cherry picked from commit 78f87cf)

Patch from https://github.com/mcu-tools/mcuboot.git main

Define the stm32 disco board variant configuration to set
the STM32 XIP mode that will enable the MemoryMapped mode.
See Kconfig of the stm32 soc. Choose the mcu_boot partition
where to build ../bootloader/mcuboot/boot/zephyr
The zephyr, chosen zephyr,flash = &flash0; is in the board dts.
The zephyr,code-partition = &boot_partition; is given by the app.overlay

Signed-off-by: Francois Ramu <francois.ramu@st.com>
(cherry picked from commit 78f87cf)
FRASTM added a commit to FRASTM/zephyr that referenced this pull request Sep 24, 2025
Takes zephyrproject-rtos/mcuboot#137

Signed-off-by: Francois Ramu <francois.ramu@st.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant