Skip to content

Commit 2a508ec

Browse files
committed
samples: sysbuild: with mcu_boot on the stm32h573i_dk
Run the sample to execute in place on the external flash of the stm32h573 disco kit. with_boot is build and linked for the external flash Download the mcuboot zephyr.bin in internal memory Download the with_mcuboot zephyr.signed.bin in external memory Signed-off-by: Francois Ramu <[email protected]>
1 parent da920b1 commit 2a508ec

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Copyright (c) 2025 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/*
8+
* Define the device, controller and partition to be the external memory
9+
* for running the application in external NOR from MCUboot
10+
*/
11+
/ {
12+
chosen {
13+
zephyr,flash = &mx25lm51245;
14+
zephyr,flash-controller = &mx25lm51245;
15+
};
16+
};

samples/sysbuild/with_mcuboot/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ tests:
1717
- nucleo_h7s3l8
1818
- nucleo_u385rg_q
1919
- stm32h7s78_dk
20+
- stm32h573i_dk
2021
integration_platforms:
2122
- nrf52840dk/nrf52840
2223
- esp32_devkitc/esp32/procpu

0 commit comments

Comments
 (0)