Other Parts Discussed in Thread: OMAPL138
Hi,
I'm working with SYS BIOS 6.30.xx.xx on a EVM OMAPL138 platform.
I'm also using 'customized' platform support package.
In my bios configuration file I have,
var name = xdc.useModule ("ti.psp.mypsp");
and in "mypsp.h" I have the following piece of code,
#ifdef CHIP_C6748
<do something>
#else
printf("Error - No valid chip configuration");
#endif
I invoked the xs tool by,
xs -DCHIP_C6748 xdc.tools.configuro .........................
But I'm getting the error message of (Error - No valid chip configuration), though I defined CHIP_C6748.
Even I tried with,
xs xdc.tools.configuro -DCHIP_C6748 .........................
But the result is same.
What I'm doing wrong here?
Thanks in advance.
Thanks & Best regards
Palanivel Guruvareddiar