Skip to content

Commit d02c1a8

Browse files
committed
samples: sysbuild: with mcu_boot on the stm32u585 target
Run the sample to execute in place on the external flash of the b_u585i_iot02a disco kit. with_boot application is built and linked for the external flash Signed-off-by: Francois Ramu <[email protected]>
1 parent 19e10b1 commit d02c1a8

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
/ {
13+
chosen {
14+
zephyr,flash = &mx25lm51245;
15+
zephyr,flash-controller = &mx25lm51245;
16+
};
17+
};

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+
- b_u585i_iot02a
2021
integration_platforms:
2122
- nrf52840dk/nrf52840
2223
- esp32_devkitc/esp32/procpu

0 commit comments

Comments
 (0)