mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
add shikra conf based on @NinjaStyle82 patch to the deprecated iceman fork
This commit is contained in:
parent
9127306c15
commit
2215ac3cb2
2 changed files with 11 additions and 0 deletions
8
tools/jtag_openocd/interface-shikra.cfg
Normal file
8
tools/jtag_openocd/interface-shikra.cfg
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#shikra.cfg
|
||||||
|
source [find interface/ftdi.cfg]
|
||||||
|
|
||||||
|
transport select jtag
|
||||||
|
ftdi_vid_pid 0x0403 0x6014
|
||||||
|
|
||||||
|
ftdi_layout_init 0x0c08 0x0f1b
|
||||||
|
#end shikra.cfg
|
|
@ -32,3 +32,6 @@ CONFIG_IF=interface/jlink.cfg
|
||||||
|
|
||||||
# Wiggler:
|
# Wiggler:
|
||||||
#CONFIG_IF=interface/parport.cfg
|
#CONFIG_IF=interface/parport.cfg
|
||||||
|
|
||||||
|
# Shikra:
|
||||||
|
#CONFIG_IF=interface-shikra.cfg
|
Loading…
Reference in a new issue