debug: Update OpenOCD configs.
[riscv-tests.git] / debug / targets / freedom-u500-sim / openocd.cfg
index 9239c83ddde91c20de939040bee122b3ab03292a..5fba21132f741aa7aec117bdb00d38b234ba0662 100644 (file)
@@ -2,10 +2,9 @@ adapter_khz     10000
 
 source [find interface/jtag_vpi.cfg]
 jtag_vpi_set_port $::env(JTAG_VPI_PORT)
-#jtag_vpi_set_port 44005
 
 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 -rtos riscv
@@ -13,4 +12,4 @@ target create $_TARGETNAME riscv -chain-position $_TARGETNAME -rtos riscv
 init
 
 halt
-echo "OK GO NOW"
+echo "Ready for Remote Connections"