Skip to content

Commit 598ab6b

Browse files
gmarulldleach02
authored andcommitted
samples: sysbuild: hello_world: fix broken references/args
README for this sample had references to the initial sample name/target. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent 6e138c1 commit 598ab6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/sysbuild/hello_world/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ to boot a remote core.
2626

2727
.. note::
2828
It is recommended to use sample setups from
29-
:zephyr_file:`samples/basic/multitarget_hello_world/sample.yaml` using the
29+
:zephyr_file:`samples/sysbuild/hello_world/sample.yaml` using the
3030
``-T`` option.
3131

3232
Here's an example to build and flash the sample for the
3333
:ref:`nrf54h20dk_nrf54h20`, using application and radio cores:
3434

3535
.. zephyr-app-commands::
36-
:zephyr-app: samples/basic/multitarget_hello_world
36+
:zephyr-app: samples/sysbuild/hello_world
3737
:board: nrf54h20dk/nrf54h20/cpuapp
3838
:west-args: --sysbuild
3939
:gen-args: -DSB_CONFIG_REMOTE_BOARD='"nrf54h20dk/nrf54h20/cpurad"'
@@ -44,9 +44,9 @@ The same can be achieved by using the
4444
:zephyr_file:`samples/basic/multitarget_hello_world/sample.yaml` setup:
4545

4646
.. zephyr-app-commands::
47-
:zephyr-app: samples/basic/multitarget_hello_world
47+
:zephyr-app: samples/sysbuild/hello_world
4848
:board: nrf54h20dk/nrf54h20/cpuapp
49-
:west-args: -T sample.basic.multitarget_hello_world.nrf54h20dk_cpuapp_cpurad
49+
:west-args: -T sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad
5050
:goals: build flash
5151
:compact:
5252

0 commit comments

Comments
 (0)