Add final echo to E300/U500 OpenOCD scripts
[riscv-tests.git] / debug / targets / spike / openocd.cfg
index 5389da8f2ab0d9c858ee7de20e395923cee4c4a8..2742335d8437d34d15fc8a9161a9c9a74c10d3d4 100644 (file)
@@ -8,10 +8,12 @@ set _CHIPNAME riscv
 jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913
 
 set _TARGETNAME $_CHIPNAME.cpu
+#target create $_TARGETNAME riscv -chain-position $_TARGETNAME -rtos riscv
 target create $_TARGETNAME riscv -chain-position $_TARGETNAME
 
 gdb_report_data_abort enable
 
 init
+reset halt
 
-halt
+echo "Ready for Remote Connections"