mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-04 03:58:08 +08:00
Add JTAG support for Shikra, thanks @NinjaStyle82
This commit is contained in:
parent
2eb4cd9162
commit
5801cfa4a8
1 changed files with 10 additions and 0 deletions
10
tools/jtag_openocd/interface-shikra.cfg
Normal file
10
tools/jtag_openocd/interface-shikra.cfg
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Ports
|
||||||
|
telnet_port 4444
|
||||||
|
gdb_port 3333
|
||||||
|
|
||||||
|
# Commands specific to the Shikra
|
||||||
|
interface ftdi
|
||||||
|
transport select jtag
|
||||||
|
ftdi_vid_pid 0x0403 0x6014
|
||||||
|
ftdi_layout_init 0x0c08 0x0f1b
|
||||||
|
adapter_khz 2000
|
Loading…
Reference in a new issue