mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Misc work about flashing firmware by JTAG
Add config file for CMSIS-DAP Highlight the note for unlocking the JTAG ports
This commit is contained in:
parent
bfcdce9613
commit
af11b98f09
3 changed files with 28 additions and 7 deletions
6
tools/jtag_openocd/interface-cmsis-dap.cfg
Normal file
6
tools/jtag_openocd/interface-cmsis-dap.cfg
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Note:
|
||||
# 1. CMSIS-DAP v2 (USB bulk based) is only supported in OpenOCD v0.11.0 and higher versions.
|
||||
# 2. Some of the CMSIS-DAP debuggers do not implement the JTAG protocol. These debuggers cannot be used for Proxmark3.
|
||||
source [find interface/cmsis-dap.cfg]
|
||||
|
||||
transport select jtag
|
|
@ -9,6 +9,9 @@ DUMP="dump_$(date +'%Y%m%d-%H%M%S').bin"
|
|||
# Segger Jlink:
|
||||
CONFIG_IF=interface/jlink.cfg
|
||||
|
||||
# CMSIS-DAP (read interface-cmsis-dap.cfg for notes):
|
||||
#CONFIG_IF=interface-cmsis-dap.cfg
|
||||
|
||||
# Raspberry Pi models Pi1, Pi2 and Pi Zero (read interface-raspberrypi.cfg for pinout)
|
||||
#CONFIG_IF=interface-raspberrypi.cfg
|
||||
|
||||
|
@ -34,4 +37,4 @@ CONFIG_IF=interface/jlink.cfg
|
|||
#CONFIG_IF=interface/parport.cfg
|
||||
|
||||
# Shikra:
|
||||
#CONFIG_IF=interface-shikra.cfg
|
||||
#CONFIG_IF=interface-shikra.cfg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue