Browse Source

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>
pull/69687/head
Dmitrii Golovanov 1 year ago committed by Carles Cufi
parent
commit
f362a8ae2c
  1. 2
      doc/develop/sca/sparse.rst
  2. 6
      doc/develop/test/twister.rst
  3. 2
      soc/intel/intel_adsp/tools/cavstwist.sh

2
doc/develop/sca/sparse.rst

@ -23,4 +23,4 @@ called with a ``-DZEPHYR_SCA_VARIANT=sparse`` parameter, e.g. @@ -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

6
doc/develop/test/twister.rst

@ -839,7 +839,7 @@ In this case you can run twister with the following options: @@ -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: @@ -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. @@ -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

2
soc/intel/intel_adsp/tools/cavstwist.sh

@ -12,7 +12,7 @@ set -e @@ -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
#

Loading…
Cancel
Save