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.

TMDSEMU110-U: .ccxml for linux

Part Number: TMDSEMU110-U
Other Parts Discussed in Thread: C2000WARE, TMS320F280049C, AM3358

Hi,

Good Day. Customer need .ccxml file for configuring XDS110 running ccs on Linux. He found a download file, unfortunately, it is in Windows .exe. He is running linux, compiling u-boot and kernel. Need to use to his JTAG. Thank you very much.

Best Regards,

Ray Vincent

  • Ray,

    For C2000 devices, C2000Ware SDK has lot of ccxml file. It does not matter if it is Windows or Linux. I use it on Linux for my development.

    C:/ti/c2000/C2000Ware_4_01_00_00/device_support/<DEVICE_NAME>/common/targetConfigs/*.ccxml

    For Example:

    C:/ti/c2000/C2000Ware_4_01_00_00/device_support/f28004x/common/targetConfigs/TMS320F280049C_LaunchPad.ccxml

    If customer wants to create a new target configuration file, go to CCS menu View -> Target Configuration. This will open target configuration pane. Right click, and create a new one, select XDS110 as emulator and select the target device and save the file. It will create .ccxml file.

    You can refer to this link for further details:

    https://software-dl.ti.com/ccs/esd/documents/ccs_custom_target_config.html

    Thanks & Regards,

    Santosh

  • Hi Santosh,

    Good Day. Please see below the response of our customer to your reply. Thank you very much.

    My issue is that View ---> Target Configuration  -   configuration pane allows to click XDS110 but does not offer AM335x on the menu.

    Best Regards,

    Ray Vincent

  • My issue is that View ---> Target Configuration  -   configuration pane allows to click XDS110 but does not offer AM335x on the menu.

    This confirguation is supported by CCS Linux.

    For example, these are my options using CCS 11.2.0 on Ubuntu 18.04:

    My guess is that the customer did not correctly install Sitara MPU support when installing CCS. Please confirm if they did. See if they can create a ccxml for AM335 using any other connection type. If not, then it means the device xml for Sitara MPU is missing.

    Thanks

    ki

  • Hi Ki,

    Good Day. Please see below the response of our customer to your reply. Thank you very much.

    The attachment shows what I am talking about.

     

    The XDS110  USB Debug Probe does not offer OMAP335x.

    Best Regards,

    Ray Vincent

  • The XDS110  USB Debug Probe does not offer OMAP335x.

    The XDS110 does support AM335x on CCS Linux. The reason why it is not appearing as an option for the customer is because device support was not installed when they installed CCS. Which CCS version is the customer using? 

  • Hi Ki,

    Good Day. Please see below the response of our customer to your reply. Thank you very much.

    "Is there a way to update to a AM335 re, at least, export the project and re-install the CCS and import?"

    Best Regards,

    Ray Vincent

  •  

    The XDS110  USB Debug Probe does not offer OMAP335x.

    The above mentions an OMAP335x device which doesn't exist. Whereas previous messages mention a AM335x which is a device family which does exist.

    Can you clarify which actual device the custom is using, and if using a custom board or a development board?

    The BBB_TC.ccxml filename in the screenshot suggests a BegleBone Black (BBB) development board may be in use, which has a AM3358 device.

  • "Is there a way to update to a AM335 re, at least, export the project and re-install the CCS and import?"

    Yes. They can rerun the installer over the existing CCS installation. The installer will detect the existing installation and will allow you to add components that was not initially installed. Make sire Sitara AM3x device support is added.

    Thanks

    ki