From 9e430be169bb148a58d22f38f2886cd8a33fd30b Mon Sep 17 00:00:00 2001 From: James Stine Date: Wed, 5 Jun 2024 11:36:29 -0500 Subject: [PATCH] change JTAG ID in cfg for openocd --- openocd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openocd.cfg b/openocd.cfg index eeacedad6..eea90ae41 100644 --- a/openocd.cfg +++ b/openocd.cfg @@ -20,7 +20,7 @@ transport select jtag adapter speed 1000 set _CHIPNAME cvw -jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10001005 +jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x1002A005 set _TARGETNAME $_CHIPNAME.cpu target create $_TARGETNAME riscv -chain-position $_TARGETNAME