Hello,
I'm a beginner with TI products, so my questions may seem a little bit stupid.
I'm working with a OMAP L138 board ( ZoomTM OMAP-L138 EVM from Logic to be accurate ).
I have installed the DVSDK version 4.03 on my ubuntu 10.04.
I have been able to setup the nfs boot system and boot up the board with linux (included with the sdk) (linux-2.6.37.psp03.21.00.04) on it.
Also I was able to compile a simple helloworld.c program for ARM on my target and it seems to be working well. So the build environment for the ARM side works OK.
Now I would like to use the DSP and DSPLINK.
The DSPLink sample applications provided by TI work well on my board.
So now my questions:
1) As I understand I have to configure the DSPLink (as described in the DSPLink user guide) in order to compile the DSPLink sample applications or has the configuration been made with the installation?
If I have to configure then here are some more questions:
2) 9.1 DSPLink make system customization. I have to set the distribution file for my platform-os combination. As I understand I have linux-2.6.37.psp03.21.00.04 but in the configuration files (omapl138_arm.mk for example) has the BASE_BUILDOS linux-03.20.00.01. So do I have to change these configuration files (and then what exactly) or use them as they are ? Or can somone provide me the correct files?
3) Also for the DSP side is the c674x_5.xx_linux.mk right file for me?
4) I have set the enviorment variables for $PATH and $DSPLINK as described in the user guide so this should be ok ?
5) Then (or can i do it before the make system configuratin) I will run the DSPLink build configuration perl script vith right options.
Is there anything else I should know or pay atention ?
So the main question is the make system configuration.
Ago