From 64f81a5af53119ccc33a46aa98450ffb41dc948b Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Fri, 10 Jun 2016 16:41:24 -0700 Subject: [PATCH] Update IDCODE. --- debug/targets/m2gl_m2s/openocd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/targets/m2gl_m2s/openocd.cfg b/debug/targets/m2gl_m2s/openocd.cfg index da20ccc..ea34f87 100644 --- a/debug/targets/m2gl_m2s/openocd.cfg +++ b/debug/targets/m2gl_m2s/openocd.cfg @@ -3,7 +3,7 @@ adapter_khz 100 source [find interface/ftdi/olimex-arm-usb-tiny-h.cfg] set _CHIPNAME riscv -jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x1525600b +jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913 set _TARGETNAME $_CHIPNAME.cpu target create $_TARGETNAME riscv -chain-position $_TARGETNAME -- 2.30.2