diff --git a/boards/xtensa/xt-sim/doc/index.rst b/boards/xtensa/xt-sim/doc/index.rst index 72732b3d05d20..81279110c178b 100644 --- a/boards/xtensa/xt-sim/doc/index.rst +++ b/boards/xtensa/xt-sim/doc/index.rst @@ -132,7 +132,7 @@ The file "soc/xtensa/linker_more.ld" contains Zephyr-specific linker sections that should be added to the default linker script linker.ld (inside SECTIONS region). If you are not using a linker script, you must create one and add these sections. The memory segment and PHDR should be replaced by -appropriate values. See :zephyr_file:`soc/xtensa/hifi3_bd5/linker.ld` for an example. +appropriate values. The linker script should be named ``linker.ld`` and placed in the directory ``soc/xtensa/${XTENSA_CORE}``. @@ -141,7 +141,7 @@ Configuring build ================= .. zephyr-app-commands:: - :zephyr-app: tests/kernel/test_build + :zephyr-app: samples/hello_world :goals: menuconfig Below is an example of usage for typical configuration: