Yocto build fsl layer, with no kernel/linux custom modification.
Linux cubox-i 5.4.78+gc50d1fa1c355 #1
On boot, I get these traces:
[ 1.094109] imx-sdma 20ec000.sdma: Direct firmware load for imx/sdma/sdma-imx6q.bin failed with error -2
[ 1.094213] imx-sdma 20ec000.sdma: Falling back to sysfs fallback for: imx/sdma/sdma-imx6q.bin
The firmware file is definitely there
ls /lib/firmware/imx/sdma/ -ls
total 8
4 -rw-r--r-- 1 root root 2746 Mar 9 12:34 sdma-imx6q.bin
4 -rw-r--r-- 1 root root 2862 Mar 9 12:34 sdma-imx7d.bin
why would this be failing?
Does this mean SDMA then is not working after linux boots?