File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
samples/sysbuild/hello_world Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
3232Here'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
You can’t perform that action at this time.
0 commit comments