Hi !
I was building the OMAP L138 SDK as given in the wiki http://processors.wiki.ti.com/index.php/Building_The_OMAP-L1_SDK
For installing and running the DSP link examples it told to refer to the document "InstallGuide_Linux_OMAPL138" given in "section 1.5.4 of the <InstallGuide_Linux_OMAPL1xx.pdf for OMAPL137> and <InstallGuide_Linux_OMAPL138.pdf for OMAPL138>located at /home/<useracct>/OMAPL13#_arm_1_##_##_##/DSPLINK_DIR/packages/dsplink/doc". (Although the document is present in "OMAP_L138_arm_1_00_00_08/dsplink_linux_1_65_00_01/dsplink/doc" in my case)
For loading the kernel module dsplinkk.ko, I gave the command :
insmod dsplinkk.ko
But the result was: insmod: error inserting 'dsplinkk.ko': -1 Invalid module format
How to solve this problem and run the DSP link examples? My host is Fedora 12 (kernel 2.6.31.5-127.fc12.i686)