Forum Discussion
8 Replies
- ShafiqY_Intel
Frequent Contributor
Hi MUmbr2,
May you can try command "jtagconfig" first to understand more details about device index.
Cheers
- MUmbr2
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_Intel
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