On Jan 17, 2009, at 12:49 AM, Søren Holm wrote:
HelloI have the lpc3250-stick from hitex, and my problem is that the jtag_devicelines for other arm7/9 devices does not match this device. During startup of openocd I get two "JTAG device foujnd" lines:Info: JTAG device found: 0x1b900f0f (Manufacturer: 0x787, Part: 0xb900,Version: 0x1)Info: JTAG device found: 0x17900f0f (Manufacturer: 0x787, Part: 0x7900,Version: 0x1)So the question is how to create the jtag_device lines that match those lines. I have not been able to find the informatin on the homepage and google./Søren Holm _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
A few months ago, jtag_device was removed and replaced with 'jtag newtap'. In this case, it appears that you have 2 JTAG taps in the chain (they can both be in the same chip). You will simply write 2 'jtag newtap' lines, one for each tap.
-- Rick Altherr [email protected]"He said he hadn't had a byte in three days. I had a short, so I split it with him."
-- Unsigned
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
