Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
verify-kernel-boot-log.sh: fix missing boot logs on failure
Provide a new, boot_logs.txt file no matter what happens. Note that file now includes user-space logs, not just kernel logs. Also: fix bug where script times out and does not run when the SOF firmware is not loaded: no need to define NO_POLL_FW_LOADING anymore. The trick is to stop calling `start_test()`. verify-kernel-boot-log.sh is not an audio test! Fixes sof-test issues #1036 and #1112, find more details there. Signed-off-by: Marc Herbert <[email protected]>
- Loading branch information