mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Update jtag_notes.md
Signed-off-by: Iceman <iceman@iuse.se>
This commit is contained in:
parent
eeb83e112a
commit
3e7c0f4c45
1 changed files with 23 additions and 14 deletions
|
@ -57,34 +57,43 @@ You can also make yours with some 1.27mm headers (look for `1.27mm header` on Al
|
||||||
J-Link [pinout](https://www.segger.com/interface-description.html):
|
J-Link [pinout](https://www.segger.com/interface-description.html):
|
||||||
|
|
||||||
```
|
```
|
||||||
--------- ---------
|
Pin cut-out on a JLink 20 pin connector
|
||||||
|1917151311 9 7 5 3 1|
|
|
||||||
|201816141210 8 6 4 2|
|
^^
|
||||||
--------------------
|
-------------- ---------
|
||||||
|
|19 17 15 13 11 9 7 5 3 1|
|
||||||
|
|20 18 16 14 12 10 8 6 4 2|
|
||||||
|
-------------------------
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
Map of pins between PM3 / JLink
|
||||||
|
|
||||||
PM3 | JLink
|
PM3 | JLink
|
||||||
--- | -----
|
--- | -----
|
||||||
TMS | 7
|
TMS | 7
|
||||||
TDI | 5
|
TDI | 5
|
||||||
TDO |13
|
TDO | 13
|
||||||
TCK | 9
|
TCK | 9
|
||||||
GND | 6
|
GND | 6
|
||||||
3.3 | 2
|
3.3 | 2
|
||||||
|
```
|
||||||
|
|
||||||
## Raspberry Pi pinout
|
## Raspberry Pi pinout
|
||||||
^[Top](#top)
|
^[Top](#top)
|
||||||
|
|
||||||
RPi [pinout](https://pinout.xyz/):
|
RPi [pinout](https://pinout.xyz/):
|
||||||
|
|
||||||
|
```
|
||||||
PM3 | RPi
|
PM3 | RPi
|
||||||
--- | -----
|
--- | ---
|
||||||
TMS | 22
|
TMS | 22
|
||||||
TDI | 19
|
TDI | 19
|
||||||
TDO | 21
|
TDO | 21
|
||||||
TCK | 23
|
TCK | 23
|
||||||
GND | 6
|
GND | 6
|
||||||
3.3 | 1
|
3.3 | 1
|
||||||
|
```
|
||||||
|
|
||||||
# Where to find more information?
|
# Where to find more information?
|
||||||
^[Top](#top)
|
^[Top](#top)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue