Skip to content

Commit 415b47c

Browse files
enjiamaicarlescufi
authored andcommitted
soc: xtensa: rename the cavstool back for backward compatibility
The name change for cavstool.py has also broken the backward compatibility for SOF testing. Rename cavstool_server.py back to cavstool.py. Keep the functionality still as same as the previous one. And also update the documentation of it. Signed-off-by: Enjia Mai <[email protected]>
1 parent 027dcde commit 415b47c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

boards/xtensa/intel_adsp_cavs15/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Assume that the up_squared board's host name is ``cavs15`` (It also can be an
7676
ip address), and the user account is ``user``. Then copy the python tool to the
7777
``up_squared`` board from your build environment::
7878

79-
$ scp boards/xtensa/intel_adsp/tools/cavstool_server.py user@cavs15:
79+
$ scp boards/xtensa/intel_adsp/tools/cavstool.py user@cavs15:
8080

8181

8282
Note that the ``/dev/hda`` device file created by the diagnostic driver must
@@ -85,7 +85,7 @@ loader script as root:
8585

8686
.. code-block:: console
8787
88-
cavs15$ sudo ./cavstool_server.py
88+
cavs15$ sudo ./cavstool.py
8989
9090
Cavstool_server.py is a daemon which accepts a firmware image from a remote host
9191
and loads it into the ADSP. After successful firmware download, the daemon also

boards/xtensa/intel_adsp_cavs18/doc/generic_intel_adsp.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This documentation describes how to run the intel_adsp_cavs boards. Including:
1717
Set up the environment
1818
**********************
1919

20-
1. Copy soc/xtensa/intel_adsp/tools/cavstool_server.py to the target
20+
1. Copy soc/xtensa/intel_adsp/tools/cavstool.py to the target
2121
host machine (DUT).
2222

2323
2. In your build machine, install the rimage tool, the signed key and
@@ -34,7 +34,7 @@ Build and run the tests
3434

3535
.. code-block:: console
3636
37-
sudo ./cavstool_server.py
37+
sudo ./cavstool.py
3838
3939
2. Build the application. Take semaphore as an example:
4040

boards/xtensa/intel_adsp_cavs25/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,13 +364,13 @@ the Crouton environment installed above. Copy them:
364364

365365
.. code-block:: console
366366
367-
dev$ scp boards/xtensa/intel_adsp_cavs15/tools/cavstool_server.py user@crouton:
367+
dev$ scp boards/xtensa/intel_adsp_cavs15/tools/cavstool.py user@crouton:
368368
369369
Then start the service in the Crouton environment:
370370

371371
.. code-block:: console
372372
373-
crouton$ sudo ./cavstool_server.py user@crouton:
373+
crouton$ sudo ./cavstool.py user@crouton:
374374
375375
376376
Build and Sign Zephyr App

0 commit comments

Comments
 (0)