From: Palmer Dabbelt Date: Mon, 15 May 2017 22:36:34 +0000 (-0700) Subject: Don't use the RTOS, and do "reset halt" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf6049ed15c8a96472ad33dc9a1ad666ed2cba68;p=riscv-tests.git Don't use the RTOS, and do "reset halt" This is the most reliable way to run the tests for now. --- diff --git a/debug/targets/spike/openocd.cfg b/debug/targets/spike/openocd.cfg index 29f5040..2742335 100644 --- a/debug/targets/spike/openocd.cfg +++ b/debug/targets/spike/openocd.cfg @@ -8,11 +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 -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"