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:
wh201906 2024-02-16 14:57:41 +08:00
commit af11b98f09
No known key found for this signature in database
3 changed files with 28 additions and 7 deletions

View 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

View file

@ -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