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.

XDS100v2 connection issue with OMAP-L138 LCDK

Other Parts Discussed in Thread: OMAP-L138, OMAPL138

Hi,

I've been attempting to connect to the OMAP-L138 LCDK board using a XDS100v2 JTAG emulator in CCSv5.2 under Linux (Fedora 17) without success. When I try to debug a sample project, I run into the following error:

For this test, I'm using the LCDKOMAPL138.ccxml default configuration file. Beforehand, I installed the udev rules for the XDS100v2 by running the "ccsv5/ccs_base/common/uscif/install/ti_xds100_linux_install.sh" script. I also used "lsusb" in order to confirm that the JTAG has been appropriately detected by Linux. Is there any additionnal step I need to perform before connecting to the board through JTAG?

Thanks for your help,
PMJ

  • Hi,

    Although I don't have the same Linux distro, any connection to OMAPL138 devices through XDS100 emulators simply work in my setup.

    Therefore, can you try to test the connection integrity by creating your own target configuration file instead and clicking on the Test Connection button? The default target configuration file you are using may have been created with an older version and some incompatibilities may occur. 

    If that does not help, I suggest you follow the troubleshooting suggestions in the sections General IDE and Debugger of the CCSv5 Troubleshooting page.

    Hope this helps,

    Rafael

  • Hi,

    Thanks for your help. My problem was due to not having installed a few 32-bit libraries required by CCS on my Fedora 17 (64-bit) installation. By following the steps described here, I'm now able to successfully connect to the OMAP-L138 LCDK through my XDS100.

    Regards,
    PMJ