This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM67: Driver .ko version magic number doesn't match

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