We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Use twister to run kernel cases on ADSP_cavs15 still failed
To Reproduce Steps to reproduce the behavior:
Logs and console output Start firmware downloading... Open HDA device: /dev/hda Reset DSP... Firmware Status Register (0xFFFFFFFF) Boot: 0xFFFFFF (UNKNOWN) Wait: 0x0F (UNKNOWN) Module: 0x07 Error: 0x01 IPC CMD : 0xFFFFFFFF IPC LEN : 0xFFFFFFFF Booting up DSP... Firmware Status Register (0x05000001) Boot: 0x000001 (INIT_DONE) Wait: 0x05 (DMA_BUFFER_FULL) Module: 0x00 Error: 0x00 Downloading firmware... Start firmware downloading... Failed to receive expected status Checking firmware status... Firmware Status Register (0x80000007) Boot: 0x000007 (UNKNOWN) Wait: 0x00 (UNKNOWN) Module: 0x00 Error: 0x01 Traceback (most recent call last): File "/home/ztest/work/zephyrproject/zephyr/boards/xtensa/intel_adsp_cavs15/tools/fw_loader.py", line 81, in main() File "/home/ztest/work/zephyrproject/zephyr/boards/xtensa/intel_adsp_cavs15/tools/fw_loader.py", line 66, in main if fw_loader.check_fw_boot_status(plat_def.BOOT_STATUS_FW_ENTERED): File "/home/ztest/work/zephyrproject/zephyr/boards/xtensa/intel_adsp_cavs15/tools/lib/loader.py", line 133, in check_fw_boot_status raise RuntimeError(output) RuntimeError: Firmware Status error: Status: 0x80000007 Error Code 0x0000002F
Environment (please complete the following information): OS: Fedora28 Toolchain: Zephyr-sdk-0.12.1 Commit ID: af67564
The text was updated successfully, but these errors were encountered:
lyakh
No branches or pull requests
Describe the bug
Use twister to run kernel cases on ADSP_cavs15 still failed
To Reproduce
Steps to reproduce the behavior:
Logs and console output
Start firmware downloading...
Open HDA device: /dev/hda
Reset DSP...
Firmware Status Register (0xFFFFFFFF)
Boot: 0xFFFFFF (UNKNOWN)
Wait: 0x0F (UNKNOWN)
Module: 0x07
Error: 0x01
IPC CMD : 0xFFFFFFFF
IPC LEN : 0xFFFFFFFF
Booting up DSP...
Firmware Status Register (0x05000001)
Boot: 0x000001 (INIT_DONE)
Wait: 0x05 (DMA_BUFFER_FULL)
Module: 0x00
Error: 0x00
Downloading firmware...
Start firmware downloading...
Failed to receive expected status
Checking firmware status...
Firmware Status Register (0x80000007)
Boot: 0x000007 (UNKNOWN)
Wait: 0x00 (UNKNOWN)
Module: 0x00
Error: 0x01
Traceback (most recent call last):
File "/home/ztest/work/zephyrproject/zephyr/boards/xtensa/intel_adsp_cavs15/tools/fw_loader.py", line 81, in
main()
File "/home/ztest/work/zephyrproject/zephyr/boards/xtensa/intel_adsp_cavs15/tools/fw_loader.py", line 66, in main
if fw_loader.check_fw_boot_status(plat_def.BOOT_STATUS_FW_ENTERED):
File "/home/ztest/work/zephyrproject/zephyr/boards/xtensa/intel_adsp_cavs15/tools/lib/loader.py", line 133, in check_fw_boot_status
raise RuntimeError(output)
RuntimeError: Firmware Status error: Status: 0x80000007
Error Code 0x0000002F
Environment (please complete the following information):
OS: Fedora28
Toolchain: Zephyr-sdk-0.12.1
Commit ID: af67564
The text was updated successfully, but these errors were encountered: