@@ -10,10 +10,14 @@ Problem is the pins are not by default connected to the outside world
10
10
so you cant for example reset the ARM as that would disconnect the
11
11
jtag. (there is no SRST available)
12
12
13
- All but one signal is available on P1, unfortunately that other signal
14
- is on the S5 connector. I was able to solder a wire onto it, had it
15
- been on P1 as well then you could use the same jumper wires I am using
16
- to get from P1 to the ARM jtag wiggler.
13
+ On the older rev1 boards, all but one signal is available on P1,
14
+ unfortunately that other signal is on the S5 connector. I was able to
15
+ solder a wire onto it.
16
+
17
+ The rev2 boards, no soldering is required.
18
+
19
+ I use jumper wires like these to get from my jtag board/device to the
20
+ raspberry pi.
17
21
18
22
http://www.sparkfun.com/products/9140
19
23
http://www.sparkfun.com/products/9385
@@ -30,6 +34,9 @@ other side except the lower left, pin 2, that is not a ground.
30
34
See this page as an example
31
35
http://www.amontec.com/jtag_pinout.shtml
32
36
37
+
38
+ rev1 raspberry pi boards (older boards)
39
+
33
40
1 ARM_VREF P1-1
34
41
2 ARM_TRST 22 GPIO_GEN3 P1-15 IN (22 ALT4)
35
42
3 ARM_TDI 4/26 GPIO_GCLK P1-7 IN ( 4 ALT5)
@@ -40,6 +47,20 @@ http://www.amontec.com/jtag_pinout.shtml
40
47
41
48
4-20 ARM_GND P1-25
42
49
50
+
51
+ rev2 raspberry pi boards
52
+
53
+ 1 ARM_VREF P1-1
54
+ 2 ARM_TRST 22 GPIO_GEN3 P1-15 IN (22 ALT4)
55
+ 3 ARM_TDI 4/26 GPIO_GCLK P1-7 IN ( 4 ALT5)
56
+ 4 ARM_TMS 12/27 CAM_GPIO P1-13 OUT (27 ALT4)
57
+ 5 ARM_TCK 13/25 GPIO_GEN6 P1-22 OUT (25 ALT4)
58
+ 7 no connect
59
+ 9 ARM_TDO 5/24 GPIO_GEN5 P1-18 OUT (24 ALT4)
60
+
61
+ 4-20 ARM_GND P1-25
62
+
63
+
43
64
In parenthesis is the gpio pin used and the alternate function setting
44
65
needed in the GPIO to connect it to the edge of the BCM chip.
45
66
0 commit comments