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.

loading ld file and .out both simultaneously using common host dimtest and ccs

Other Parts Discussed in Thread: TMS320C6678

Hi All,

I am using TMS320C6678 and CCSv 5.1.  I need to load an ld file in ethernet boot mode using X86 host  ( using dimtest micro to dsp  ) and simultaneously I need to load .out file (of same application as ld file) from CCS . And my question is that It is possible to load an Image from both ? If yes then anybody can tell me the process how to do this? Should I load ld file  using common host dimtest first and then .out file from ccs ??

Regards

Javed

  • Javed,

    This is hard to understand why you want to do something like this. Do you really need to load the Id file in Ethernet boot mode? Or do you just need to load an Id file over Ethernet? Boot mode is usually used when there is no CCS attached.

    Will the CCS be running on the same X86 host PC?

    Once you have completed Ethernet boot, you can use CCS to connect to one or more cores and load .out files through those cores.

    At which point do you initialize the system, clocks, power, register settings?

    Please add some clarification to make this easier to understand.

    Regards,
    RandyP

  • Randy,

    By doing so, I just need to know where my ld have problem. and I found it  by doing this. Find my  inline comments. in [JI]

    Find my  inline comments. in [JI]

    This is hard to understand why you want to do something like this. Do you really need to load the Id file in Ethernet boot mode? Or do you just need to load an Id file over Ethernet? Boot mode is usually used when there is no CCS attached.

    [JI]  Yes I need to load ld file in Ethernet boot mode not over Ethernet.  There will be no  CCS when ld file is loaded through Ethernet boot mode by an host application like dimtest. But after loading ld file ,

    Will the CCS be running on the same X86 host PC?

    [JI] After loading ld file , I loaded SYMBOLS through CCS from same host X86. not  the out file. then it works.


    Javed