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.

how to compile dsplink on the omap3530

Other Parts Discussed in Thread: OMAP3530

Hi all

I used the PSP2.0.0000 to compile cmemk and dsplink

cmemk is fine,but dsplink is wrong, the error is :

[root@OMAP3EVM /omap3530]# insmod dsplinkk.ko                                       
insmod: cannot insert 'dsplinkk.ko': invalid module format

and I typed  ----strings dsplink.ko | gre vernagic, it shows

vermagic=2.6.260omap1 mod_unload modversion ARMV7

-mod_vermagic6

-mod_vermagic6

but I check the cmemk.ko ,it is that:

vermagic=2.6.260omap1 mod_unload modversion ARMV7

-mod_vermagic5

-mod_vermagic5

I comile the dsplink throng the webpage :http://wiki.davincidsp.com/index.php/Building_DSPLink

step is

1  export DSPLINK and PATH ($DSPLINK/etc/host/script/linux)

2  edit BASE_BUILDOS and BASE_CGTOOLS in " make/Linux/omap3530_2.6.mk"  and BASE_SABIOS and BASE_CGTOOLS in " $DSPLINK/make/DspBios/c64xxp_5.xx_linux.mk"

3  used perl dsplinkcfg.pl --platform=omap3530 --nodsp=1 --dspcfg_0=OMAP3530SHMEM --dspos_0=DSPBIOS5XX --gpp0s=OMAPLSP --comps=ponslrmc --trace= --legacy=1

4  use xdc -P clean and .interface command to dsp/src and gpp/src

5 make -s debug for them

where am I wrong ?

 

thanks for all