diff --git a/openocd.cfg b/openocd.cfg index 693835069..6ac36ae4a 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 0x1002A005 +jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x1002ac05 set _TARGETNAME $_CHIPNAME.cpu target create $_TARGETNAME riscv -chain-position $_TARGETNAME