Ethernet TAP is not supported starting ccs 439

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Ethernet TAP is not supported starting ccs 439

589 Views
shuaiwei
Contributor I

i use QCVS intergred in codewarrior for PA to debug DDR, but the connection through Ethernet TAP doesn't work, and the ccs log is shown as below:

CodeWarrior Connection Server console display active (Tcl8.4.12 / Tk8.4.12)
Loading CCSAPI Tcl interface (E:/Freescale/CW_PA_v10.5.0/eclipse/Optimization/target-connection/cdde/ccs/bin/ccstcl.dll)...
Loading Svfburner (E:/Freescale/CW_PA_v10.5.0/eclipse/Optimization/target-connection/cdde/ccs/bin/svfburner.dll)...
There are no command converters configured
Server listening on port: 41475
Server listening on port: 50000
Clients allowed from all hosts
No clients denied
CCSAPI connection #1 accepted from PC-PC at Fri Aug 25 19:31:44 2017
Ethernet TAP is not supported starting ccs 439
cannot connect to 192.168.1.250:1087
Ethernet TAP is not supported starting ccs 439
cannot connect to 192.168.1.250:1087
CCSAPI connection #1 from PC-PC closed at Fri Aug 25 19:31:54 2017
Ethernet TAP is not supported starting ccs 439
cannot connect to 192.168.1.250:1087
CCSAPI connection #1 accepted from PC-PC at Fri Aug 25 19:32:55 2017
Ethernet TAP is not supported starting ccs 439
cannot connect to 192.168.1.250:1087
Ethernet TAP is not supported starting ccs 439
cannot connect to 192.168.1.250:1087
CCSAPI connection #1 from PC-PC closed at Fri Aug 25 19:33:06 2017
Ethernet TAP is not supported starting ccs 439
cannot connect to 192.168.1.250:1087
CCSAPI connection #1 accepted from PC-PC at Fri Aug 25 19:35:01 2017
Ethernet TAP is not supported starting ccs 439
cannot connect to 192.168.1.250:1087
Ethernet TAP is not supported starting ccs 439
cannot connect to 192.168.1.250:1087
CCSAPI connection #1 from PC-PC closed at Fri Aug 25 19:35:11 2017
Ethernet TAP is not supported starting ccs 439
cannot connect to 192.168.1.250:1087
CCSAPI connection #1 accepted from PC-PC at Fri Aug 25 19:35:18 2017
Ethernet TAP is not supported starting ccs 439
cannot connect to 192.168.1.250:1087
Ethernet TAP is not supported starting ccs 439
cannot connect to 192.168.1.250:1087
CCSAPI connection #1 from PC-PC closed at Fri Aug 25 19:35:28 2017
(bin) 2 %

0 Kudos
1 Reply

448 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Shuai Wei,

First I explain something about Ethernet TAP and CodeWarrior TAP. Ethernet TAP is the old product, only integrates Ethernet port, customers cannot purchase this product now. CodeWarrior TAP is the new product, it integrates both USB and Ethernet ports.
I believe you are using CodeWarrior TAP with Ethernet connection. So when you use QCVS tool, please specify the connection type as CWTAP with IP address.

 In addition, please open CCS console and type the following commands to do further validation.
(bin) 30 % config cc cwtap:192.168.1.250
(bin) 31 % show cc
CodeWarrior TAP executable differs from local file.
CodeWarrior TAP Boot Loader version 1.0.1
CodeWarrior TAP OS version 1.0.1
Sending code to CodeWarrior TAP.........done
Running package script
0: CodeWarrior TAP (cwtap:92.168.1.250) CC software ver. {0.0}
(bin) 32 %


Have a great day,
TIC

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos