Add a intel_adsp west runner instead of using misc-flasher for
intel_adsp boards. Now running the test on intel_adsp_cavs by:
west build -b intel_adsp cavs25 ...
west flash --remote-host [remote hostname or ip addr] \
--rimage-tool [path to rimage tool] \
--config-dir [path to dir of .toml config file] \
--key [path to signing key]
The intel_adsp west depends on the cavstool_server.py running
on the remote host machine.
Signed-off-by: Enjia Mai <enjia.mai@intel.com>
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| blackmagicprobe.py | ||
| bossac.py | ||
| canopen_program.py | ||
| core.py | ||
| dediprog.py | ||
| dfu.py | ||
| esp32.py | ||
| gd32isp.py | ||
| hifive1.py | ||
| intel_adsp.py | ||
| intel_cyclonev.py | ||
| intel_s1000.py | ||
| jlink.py | ||
| mdb.py | ||
| misc.py | ||
| nios2.py | ||
| nrfjprog.py | ||
| nsim.py | ||
| openocd.py | ||
| pyocd.py | ||
| qemu.py | ||
| spi_burn.py | ||
| stm32cubeprogrammer.py | ||
| stm32flash.py | ||
| xtensa.py | ||