Browse Source

scripts: west: runners: intel_adsp: Adjust path to HWMv2

Adjust script path to HWMv2 location at `soc/intel/intel_adsp/tools`

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
pull/69687/head
Dmitrii Golovanov 1 year ago committed by Carles Cufi
parent
commit
fa0fca79c4
  1. 4
      scripts/west_commands/runners/intel_adsp.py

4
scripts/west_commands/runners/intel_adsp.py

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# Copyright (c) 2022 Intel Corporation
# Copyright (c) 2022-2024 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
@ -14,7 +14,7 @@ import shutil @@ -14,7 +14,7 @@ import shutil
from runners.core import ZephyrBinaryRunner, RunnerCaps
from zephyr_ext_common import ZEPHYR_BASE
DEFAULT_CAVSTOOL='soc/xtensa/intel_adsp/tools/cavstool_client.py'
DEFAULT_CAVSTOOL='soc/intel/intel_adsp/tools/cavstool_client.py'
class SignParamError(argparse.Action):
'User-friendly feedback when trying to sign with west flash'

Loading…
Cancel
Save