This is the most reliable way to run the tests for now.
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 -rtos riscv
+target create $_TARGETNAME riscv -chain-position $_TARGETNAME
gdb_report_data_abort enable
init
-halt
+reset halt
-echo "Ready for Remote Connections"
\ No newline at end of file
+echo "Ready for Remote Connections"