Skip to content

Commit 73edf7b

Browse files
committed
boards: st: stm32n6570_dk: Clarify RAMLOAD instructions
Review RAMLOAD section to hopefully avoid possible confusions. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
1 parent 27fa721 commit 73edf7b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

boards/st/stm32n6570_dk/doc/index.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,14 @@ First, connect the STM32N6570_DK to your host computer using the ST-Link USB por
248248
:west-args: --sysbuild
249249
:goals: build flash
250250

251-
By default, application runs in XIP mode. Add ``-DSB_CONFIG_MCUBOOT_MODE_RAM_LOAD=y``
252-
to use RAMLOAD mode.
251+
.. note::
252+
By default, application runs in XIP mode, to use RAMLOAD mode:
253+
254+
.. zephyr-app-commands::
255+
:zephyr-app: samples/hello_world
256+
:board: stm32n6570_dk
257+
:west-args: --sysbuild -- -DCONFIG_XIP=n -DSB_CONFIG_MCUBOOT_MODE_RAM_LOAD=y
258+
:goals: build flash
253259

254260
.. group-tab:: FSBL - ST-Link
255261

0 commit comments

Comments
 (0)