Update jtag_notes.md for updated RPi pinout

newer Raspberry Pi OpenOCD releases have changed TMS from PIN 22 to PIN 24

Signed-off-by: m0bil <119492259+m0bil@users.noreply.github.com>
This commit is contained in:
m0bil
2025-10-11 23:38:53 +02:00
committed by GitHub
parent cb40726f87
commit b9f1c4fc40
+1
View File
@@ -94,6 +94,7 @@ TCK | 23
GND | 6
3.3 | 1
```
To comply with The JTAG/SWD specification, newer OpenOCD releases have changed TMS from PIN 22 (GPIO 25, pulled-down by default) to PIN 24 (GPIO 8, pulled-up by default). Check OpenOCD output for the text "Warn : TMS/SWDIO moved to GPIO 8 (pin 24). Check the wiring please!" to see if you need such change.
# Notes for enabling JTAG port
^[Top](#top)