Hi,
I use CCS 5.2.0.00057 (linux), DM3730 on Mistral EVM and XDS100v2. I know that xds100 is lowcost and slow JTAG emulator and should not be used to load whole linux kernel but it should be possible and take some time (max several minutes). In my case ccs shows that is loading .text, it takes a lot of time and fails.
To be sure: should vmlinux be loaded ?
I follow : http://processors.wiki.ti.com/index.php/Linux_Debug_in_CCSv5 - I chose "load program" instead symbols.
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <configurations XML_version="1.2" id="configurations_0"> <configuration XML_version="1.2" id="Texas Instruments XDS100v2 USB Emulator_0"> <instance XML_version="1.2" desc="Texas Instruments XDS100v2 USB Emulator_0" href="connections/TIXDS100v2_Connection.xml" id="Texas Instruments XDS100v2 USB Emulator_0" xml="TIXDS100v2_Connection.xml" xmlpath="connections"/> <connection XML_version="1.2" id="Texas Instruments XDS100v2 USB Emulator_0"> <instance XML_version="1.2" href="drivers/tixds100v2icepick_c.xml" id="drivers" xml="tixds100v2icepick_c.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds100v2c64xp.xml" id="drivers" xml="tixds100v2c64xp.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds100v2dap_pc.xml" id="drivers" xml="tixds100v2dap_pc.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds100v2cortexA.xml" id="drivers" xml="tixds100v2cortexA.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds100v2cs_child.xml" id="drivers" xml="tixds100v2cs_child.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds100v2etbcs.xml" id="drivers" xml="tixds100v2etbcs.xml" xmlpath="drivers"/> <property Type="choicelist" Value="3" id="The JTAG TCLK Frequency (MHz)"> <choice Name="Adaptive with user specified limit" value="ADAPTIVE"> <property Type="stringfield" Value="1.0MHz" id="-- Enter a value from 488Hz to 30.0MHz"/> </choice> <choice Name="Fixed with user specified faster value" value="SPECIFIC"> <property Type="stringfield" Value="10.0MHz" id="-- Enter a value from 1.0MHz to 30.0MHz"/> </choice> </property> <property Type="choicelist" Value="0" id="The JTAG nTRST Boot-Mode"/> <property Type="choicelist" Value="0" id="The Power-On-Reset Boot-Mode"/> <platform XML_version="1.2" id="platform_0"> <instance XML_version="1.2" desc="EVMDM3730_0" href="boards/evmdm3730.xml" id="EVMDM3730_0" xml="evmdm3730.xml" xmlpath="boards"/> </platform> </connection> </configuration> </configurations>
Regards,
Andrey