Part Number: AM67
Tool/software:
Hi
I was working on the cdns_dsi driver modification.
But sometimes I will receive the following error message :
root@am67-sk:~# modprobe cdns_dsi
[ 36.161277] cdns_dsi: version magic '6.12.17-ti-gcdcaeac783e3-dirty SMP preempt mod_unload aarch64' should be '6.12.17-ti-00773-gcdcaeac783e3 SMP preempt mod_unload aarch64'
modprobe: ERROR: could not insert 'cdns_dsi': Exec format error
Seems like the kernel module doesn't match the device module only on the magic number
Question: Could you give the correct build code process or command for kernel driver?
i was use make linux under sdk folder and also use the wic imge, and there is no reason why sometimes the version doesn't match
Thx
Will