NXP B4860QDS J2 debug port

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

NXP B4860QDS J2 debug port

1,359 Views
sread
Contributor I

Hello NXP Community,

I have a basic connectivity problem with my NXP B4860QDS J2 debug port.

I have closely followed the “Quick Start Guide for B4860QDS and B4420QDS” and I believe that all configurations and connections are made correctly and using only the hardware kit contents supplied.

However, after powering on the board, there is a problem with the J2 USB debug/eCWTAP connectivity as follows:

  • D1 (eCWTAP) LED is not lit at any time – neither orange nor green is observed. This suggests that eCWTAP is inactive.
  • Using both Linux Ubuntu 18.04 and Windows 10 operating systems and 2 different cables, no connectivity is detected on either PC USB port at any time.

This problem is fully repeatable.

Attached are photos showing:

  • Jumper Settings – set as default (J21 with CLOSE: 2-3)
  • DIP-Switch Settings – set as default (SW1, SW2, SW3, SW5)
  • LEDs (D1 is not lit)

Please could you suggest as to why the J2/D1 USB debug connectivity is not working as expected.

0 Kudos
3 Replies

1,295 Views
apush
Contributor I

We have 2 boards. One is working with eCWTAP, and the second is not.  Both have the same RCW. On the second board D1 and D2 LEDs do not lit and the LEDs on CWTAP Ethernet port do not lit also. 

 

Reset Configuration Word (RCW):
00000000: 14000e18 0f001218 00000000 00000000
00000010: 528c0000 a000a000 ec025000 a9000000
00000020: 01000000 00000000 00000000 0001b1f8
00000030: 00000000 14000020 00000000 00000011
Reset Configuration Word (RCW):
00000000: 14000e18 0f001218 00000000 00000000
00000010: 528c0000 a000a000 ec025000 a9000000
00000020: 01000000 00000000 00000000 0001b1f8
00000030: 00000000 14000020 00000000 00000011

0 Kudos

1,344 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please refer to CodeWarrior_PA_10.5.1/PA/ccs/drivers/usb/readme.cwtap.txt to install the udev rule and make it take effective on your Linux host PC.

NOR_BOOT switch setting.
---------

SW1 : 0x00 = 00000000 SW2 : 0xFC = 11111100 SW3 : 0x12 = 00010010
SW5 : 0x03 = 00000011

If there is no valid RCW on the target board, please use hard-coded RCW.

Please open CCS console and type the following command.

(bin) 5 % findcc cwtaps
FSL02F1EA (00:04:9f:02:f1:ea): CodeWarrior TAP
Unknown probe (ID 2) Probe Tip
Boot Loader v1.0.1
Operating System v1.0.1

 

 

0 Kudos

1,289 Views
apush
Contributor I

We can't use CSS console, as CWTAP USB\Ethetnet port does not work at all. 

 

The first working board
~$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 005: ID 8087:07dc Intel Corp. 
Bus 003 Device 004: ID 5986:0295 Acer, Inc 
Bus 003 Device 003: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 003 Device 013: ID 24ae:2000  
Bus 003 Device 012: ID 15a2:0067 Freescale Semiconductor, Inc. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

The second non-working board
~$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 005: ID 8087:07dc Intel Corp. 
Bus 003 Device 004: ID 5986:0295 Acer, Inc 
Bus 003 Device 003: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 003 Device 013: ID 24ae:2000  
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

 

0 Kudos