aboutsummaryrefslogtreecommitdiff
path: root/debug/targets/freedom-u500-sim/openocd.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'debug/targets/freedom-u500-sim/openocd.cfg')
-rw-r--r--debug/targets/freedom-u500-sim/openocd.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/debug/targets/freedom-u500-sim/openocd.cfg b/debug/targets/freedom-u500-sim/openocd.cfg
index 0b80885..5fba211 100644
--- a/debug/targets/freedom-u500-sim/openocd.cfg
+++ b/debug/targets/freedom-u500-sim/openocd.cfg
@@ -4,11 +4,12 @@ source [find interface/jtag_vpi.cfg]
jtag_vpi_set_port $::env(JTAG_VPI_PORT)
set _CHIPNAME riscv
-jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913
+jtag newtap $_CHIPNAME cpu -irlen 5
set _TARGETNAME $_CHIPNAME.cpu
-target create $_TARGETNAME riscv -chain-position $_TARGETNAME
+target create $_TARGETNAME riscv -chain-position $_TARGETNAME -rtos riscv
init
halt
+echo "Ready for Remote Connections"