JTAG chained startkits connected to XTAG2 misidentify

All technical discussions and projects around startKIT
Post Reply
User avatar
pstnotpd
XCore Addict
Posts: 161
Joined: Sun Jun 12, 2011 11:47 am

JTAG chained startkits connected to XTAG2 misidentify

Post by pstnotpd »

I finally found time to try a JTAG chain built from 2 startkits.

Booting this from JTAG still doesn't seem possible but debug through xgdb should be.

However, the chain misidentifies now.

Code: Select all

Available XMOS Devices
----------------------

  ID	Name			Adapter ID	Devices
  --	----			----------	-------
  0 	XMOS XTAG-2         	80f9zHY1	??G[2]->L[3]
In this topic about L16->U8 a same sort of message was received which was eventually found to be tools problem.

I'm running on 64bit ubuntu and the offered patch is a windows dll. Is such a patch also available for the linux version?

I'm also exploring a hotplug option but it would certainly be nice to get a proper debug chain working as well.


User avatar
pstnotpd
XCore Addict
Posts: 161
Joined: Sun Jun 12, 2011 11:47 am

Post by pstnotpd »

It does indeed look like the same problem. Running the same configuration on a W7 laptop with the patched dll applied shows:

Code: Select all

Available XMOS Devices
----------------------

  ID    Name                    Adapter ID      Devices
  --    ----                    ----------      -------
  0     XMOS XTAG-2             80f9zHY1        L[0..3]
Which is what I would expect
User avatar
pstnotpd
XCore Addict
Posts: 161
Joined: Sun Jun 12, 2011 11:47 am

Post by pstnotpd »

Working correctly now on 64 bit ubuntu using this patch kindly provided by Sethu
Post Reply