From 61defc737fd3bcd7cb60b65bd06d962fe3bac6d4 Mon Sep 17 00:00:00 2001 From: James Stine Date: Tue, 4 Jun 2024 13:19:55 -0500 Subject: [PATCH] update jtag id in openocd.cfg --- openocd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openocd.cfg b/openocd.cfg index 2a8182804..eeacedad6 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 0xDEADBEEF +jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10001005 set _TARGETNAME $_CHIPNAME.cpu target create $_TARGETNAME riscv -chain-position $_TARGETNAME