Add final echo to E300/U500 OpenOCD scripts
[riscv-tests.git] / debug / targets / freedom-e300 / openocd.cfg
index 3884a3ee042a34de6f56dbd5f4d87f4bcc25babf..87c977af9b64287f70f6be9b99270dd6a8d72475 100644 (file)
@@ -6,14 +6,11 @@ set _CHIPNAME riscv
 jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913
 
 set _TARGETNAME $_CHIPNAME.cpu
-target create $_TARGETNAME riscv -chain-position $_TARGETNAME
+target create $_TARGETNAME riscv -chain-position $_TARGETNAME -rtos riscv
+
+gdb_report_data_abort enable
 
-#reset_config trst_and_srst separate
-# Stupid long so I can see the LEDs
-#adapter_nsrst_delay 2000
-#jtag_ntrst_delay 1000
-#
 init
-#reset
 
 halt
+echo "Ready for Remote Connections"