Does anyone know where I can get a detailed connections diagram for the Rpi, one that includes the Jtag connections.
Does anyone know where I can get a detailed connections diagram for the Rpi, one that includes the Jtag connections.
Hi Omar,
The schematic is here: http://www.raspberrypi.org/wp-content/uploads/2012/04/Raspberry-Pi-Schematics-R1.0.pdf
A later rev is here: http://www.raspberrypi.org/wp-content/uploads/2012/10/Raspberry-Pi-R2.0-Schematics-Issue2.2_027.pdf
There may be more iterations in the upload cache if you're looking for a specific revision.
JTAG pins are on P2, on sheet 4.
HTH, or are you looking for guidance on connecting a JTAG hardware debugging probe? If so, there is some discussion of that here:
http://raspberrypi.stackexchange.com/questions/1437/has-anybody-tried-to-debug-using-jtag-bdm
Derek
Yes, I see now that P2 is the VideoCore JTAG only and not for debugging.
There is this comment on coder27s link:
It is also possible to reconfigure GPIO connector pins P1-7, 15, 16, 18, 22 (chipset GPIOs 4 and 22 to 25) to provide an ARM JTAG interface.[11] However ARM_TMS isn't available on the GPIO connector (chipset pin 12 or 27 is needed).
Unfortunately, the given link [11] appears to be broken or at least doesn't take you directly to the information.