I'm trying to enable the debugger with qoriq_t1042 boad. The CodeWarrior 10.4.0 (Build ID:140709) is installed in ubuntu 12.04 and it is not able to connect with USB TAP. CW is always connec to the ethernet even though explicitly select the USB TAB.
1. By default, CW is throwing the following error while running debugger " CCSProtocolPlugin : Could not connect to the probe (or other debug link)
[CCS last error: CC config string is invalid ]"
2. "config cc usb" is accepted but results in the error "0: USB open failure".
CW is wrongly configuring CCS to use an Ethernet TAP, even though we have USB selected. And CCS doesn't seem to recognise this model of USB TAP anyway.
3. Used the TCL script "/opt/Freescale/CodeWarrior_PA_10.4.0/PA/ccs/bin/configTAP.tcl" to set different tap, then got the CC string as "utap:11270280".
But CW is still trying to connect with "cwtap:0" instead of "utap:11270280".
4. Looking at the strings for the CW plugin for CCS (libEPPC_CCSProtocol_LinuxX86.so) and it has both "cwtap:" and "utap:" in there. I just can't see how to get there through the GUI.
5. Later patched the plugin and it gets a bit further but fails with "Error writing memory
[CCS last error: Invalid parameter ](CCSProtocolPlugin)"
Would you please confirm CW version 10.4.0 support USB TAB? If it does support, plese send the procedure to select USB TAB in the project.
Target Board: qoriq_t1042
Connections: Ubunt 12.04 Linux ↔ USB ↔ UTAP ↔ JTAG ↔ t1042
CW 10.4.0: I got this version from the old CW installation package.