doc: soc: boards: intel_adsp_cavs25: Rename with HWMv2

Adjust documentation to HWMv2 board rename:
  `intel_adsp_cavs25`      -> `intel_adsp/cavs25`
  `intel_adsp_cavs25_tgph` -> `intel_adsp/cavs25/tgph`

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
This commit is contained in:
Dmitrii Golovanov
2024-02-14 09:06:28 +01:00
committed by Carles Cufi
parent 51dee5da92
commit f362a8ae2c
3 changed files with 5 additions and 5 deletions

View File

@@ -23,4 +23,4 @@ called with a ``-DZEPHYR_SCA_VARIANT=sparse`` parameter, e.g.
.. code-block:: shell
west build -d hello -b intel_adsp_cavs25 zephyr/samples/hello_world -- -DZEPHYR_SCA_VARIANT=sparse
west build -d hello -b intel_adsp/cavs25 zephyr/samples/hello_world -- -DZEPHYR_SCA_VARIANT=sparse

View File

@@ -839,7 +839,7 @@ In this case you can run twister with the following options:
.. code-block:: bash
scripts/twister --device-testing --device-serial-pty "script.py" \
-p intel_adsp_cavs25 -T tests/kernel
-p intel_adsp/cavs25 -T tests/kernel
.. group-tab:: Windows
@@ -1008,7 +1008,7 @@ hardware map:
- connected: true
id: None
platform: intel_adsp_cavs25
platform: intel_adsp/cavs25
product: None
runner: intel_adsp
serial_pty: path/to/script.py
@@ -1029,7 +1029,7 @@ work. It is equivalent to following west and twister commands.
west flash --remote-host remote_host_ip_addr --key /path/to/key.pem
twister -p intel_adsp_cavs25 --device-testing --device-serial-pty script.py
twister -p intel_adsp/cavs25 --device-testing --device-serial-pty script.py
--west-flash="--remote-host=remote_host_ip_addr,--key=/path/to/key.pem"
.. group-tab:: Windows

View File

@@ -12,7 +12,7 @@ set -e
# export CAVS_KEY=$HOME/otc_private_key_3k.pem
# export CAVS_RIMAGE=$HOME/rimage
#
# twister -p intel_adsp_cavs25 --device-testing \
# twister -p intel_adsp/cavs25 --device-testing \
# --device-serial-pty=$ZEPHYR_BASE/soc/intel/intel_adsp/tools/cavstwist.sh \
# --west-flash=$ZEPHYR_BASE/soc/intel/intel_adsp/tools/cavstwist.sh
#