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.

evm dsp8168 with code composer studio

Other Parts Discussed in Thread: CCSTUDIO, SYSBIOS

Dear sir,

I want to work on evm dsp 8168 with windows 7 for code composer studio version 6 with emulator xds560 v2,can you .please send the documents related to this, how to use it and procedure to debug the code .

If i use the same thing in linux with code composer studio,which linux version and which ccs version i can use.please send the documents related to this.

thank you.

  • Mohammad,

    MOHAMMAD NASEER M N said:
    I want to work on evm dsp 8168 with windows 7 for code composer studio version 6

    CCS6 is supported with Windows 7 (SP1 or later). Refer to the below pointers for how to install/config/work with CCS6:

    For how to debug u-boot and linux kernel under CCS, refer to the below pointers:

    See presentation and wiki page - Learn about how U-Boot and Kernel Debug can be done using CCSv5 using JTAG. This presentation and accompanying lab will discuss what debug information is necessary to be built into U-Boot and the Kernel to allow source code level debug with a JTAG interface.

    See also:

    MOHAMMAD NASEER M N said:
    If i use the same thing in linux with code composer studio,which linux version and which ccs version i can use.

    For DM816x EZSDK, you can use Ubuntu 10.04 LTS, Ubuntu 11.10 or Ubuntu 12.04. You can use CCS5 or CCS6. The same links as above are valid plus the one below:

    Regards,
    Pavel

  • Dear sir,

    Thanks for your detail replay and i appreciate it.

    But I am using linux version 14, 64 bit with CCS version 6  with emulator XDS560 V2,Is it necessary to use EZSDK still......?

    I asked this question earlier.If yes ezsdk will not support linux 14.then what to do...?

    thank you

  • MOHAMMAD NASEER M N said:
    But I am using linux version 14, 64 bit with CCS version 6  with emulator XDS560 V2,Is it necessary to use EZSDK still......?

    It is not mandatory to use EZSDK.Besides EZSDK, for DM816x you can also use:

    - PSP (u-boot + linux kernel) with minimal arago rootfs

    - GEL file + CCStudio based code

    - DVR RDK

    - TI-RTOS (sysbios)

    What you should use depend on your specific needs (use case).

    MOHAMMAD NASEER M N said:
    I asked this question earlier.If yes ezsdk will not support linux 14.then what to do...?

    By the time of the latest EZSDK, there was no Ubuntu 14, so this EZSDK is not tested with Ubuntu 14, but it might work. You will need to test yourself, just modify the setup-host-check.sh script to add your Ubuntu 14 in the list of the supported OS. Otherwise you should switch back to Ubuntu 12.04

    Regards,
    Pavel