Forum Discussion
Hi MUmbr2,
May you can try command "jtagconfig" first to understand more details about device index.
Cheers
- MUmbr25 years ago
New Contributor
Hi ShafiqY,
Thank you for the pointer, however your screenshot shows that both devices have the same ID. I get the exact same on my machine, i.e. no unique identifier for each cable. Do you happen to know where I can find a list of properties for the JTAG Cable? If there is a blank field, such as, "description", I could maybe apply a unique identifier myself? Using --setparam
The other option would be to try and remove all of the cables programmatically and then add the in the order I need them in. I'm also running Windows, which might make it difficult to go very low level.
- ShafiqY_Intel5 years ago
Frequent Contributor
Hi MUmbr2,
If you have similar ID for x4 JTAG cable with devices, I think the best option is as you idea above. Remove all the cables, then add them one by one, and identify their specific device index number (jtagconfig).
This is the best option you can do.
Thanks
- MUmbr25 years ago
New Contributor
Hi ShafiqY,
The only problem is that I don't know what to specify for the USB port. All the JTAG commands above specify ports as USB-0, USB-1 in sequence, which matches the indexes.
Is there definitely no one at Intel that could explain how this indexing works? Or could I call up for support?
Kind Regards,
- ShafiqY_Intel5 years ago
Frequent Contributor
Hi MUmbr2,
You can also try to use JTAG scripting here (on page 274):
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/tclscriptrefmnl.pdf#page=274
Thanks