From b7175a8a2ad029f77acdd82f0e9ebd08bd4ae25e Mon Sep 17 00:00:00 2001 From: nusch Date: Thu, 23 Jul 2026 15:15:28 +0200 Subject: [PATCH] proxmark3 classic doesn't have JTAG RST lines routed at all so there is no reason to having those enabled/generating warning in OpenOCD --- tools/jtag_openocd/board-at91sam7s.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/jtag_openocd/board-at91sam7s.cfg b/tools/jtag_openocd/board-at91sam7s.cfg index 9f570632a..f9f38a984 100644 --- a/tools/jtag_openocd/board-at91sam7s.cfg +++ b/tools/jtag_openocd/board-at91sam7s.cfg @@ -1,6 +1,7 @@ ## Chipset configuration section # use combined on interfaces or targets that can't set TRST/SRST separately -reset_config srst_only srst_pulls_trst +#reset_config srst_only srst_pulls_trst +reset_config none #proxmark3 classic doesn't have JTAG RST lines routed at all jtag newtap sam7x cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id 0x3f0f0f0f