Upstream driver expects Wave5 firmware to be named "wave521c_k3_codec_fw.bin". Driver probe fails because this compatible isn't being found.
Signed-off-by: Brandon Brnich <[email protected]> --- meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb index 1a2e911c..b28bea92 100644 --- a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb @@ -12,7 +12,7 @@ PR = "${INC_PR}.1" COMPATIBLE_MACHINE = "j721s2|j784s4|j722s|am62axx|am62pxx" -TARGET_WAVE521C = "wave521c_codec_fw.bin" +TARGET_WAVE521C = "wave521c_k3_codec_fw.bin" SOURCE_WAVE521C = "wave521c_k3_codec_fw.bin" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17595): https://lists.yoctoproject.org/g/meta-ti/message/17595 Mute This Topic: https://lists.yoctoproject.org/mt/105697195/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
