Skip to content

Commit

Permalink
verify-sof-firmware-load: search for "firmware boot complete"
Browse files Browse the repository at this point in the history
For IPC4 compatibility, search for "firmware boot complete" instead of a
firmware version. Fixes #842

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb authored and plbossart committed Feb 16, 2022
1 parent 71a9cca commit cd2d707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-case/verify-sof-firmware-load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ setup_kernel_check_point
cmd="journalctl_cmd"

dlogi "Checking SOF Firmware load info in kernel log"
if $cmd | grep -q " sof-audio.*Firmware.*version"; then
if sof_firmware_boot_complete; then

grep_firmware_info_in_logs
exit 0
Expand Down

0 comments on commit cd2d707

Please sign in to comment.