Part Number: AM5728
Tool/software: Linux
I'm using the AM5728 SoC with Processor SDK 03.03; I'm getting the following error when I try to load the CMEM kernel module:
cmemk: disagrees about version of symbol module_layout
cmemk: disagrees about version of symbol module_layout
insmod: can't insert '/lib/modules/4.4.41-gf9f6f0db2d/kernel/extra/cmemk.ko': invalid module format
I'm using the Linux 4.4.41 kernel out of the Processor SDK and using the pre-built cmemk.ko module from the very same Processor SDK. Given that both the kernel and pre-built module came out of the Processor SDK I would have expected everything to be in sync.
Is there a compiler option or kernel configuration option I need to ensure is enabled when I build the kernel?
Thanks