diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2017-05-25 18:35:34 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2017-05-25 18:36:22 -0700 |
commit | 4660402faf8a1bb94ca11d1b1276e8386c3c9541 (patch) | |
tree | 881eab4916064cb8259ad3d93a0a0cffd54de35b | |
parent | a9433c4daa287fbe101025f2a079261a10149225 (diff) | |
download | riscv-tests-rtos.zip riscv-tests-rtos.tar.gz riscv-tests-rtos.tar.bz2 |
Enable the RTOS when running tests on Spikertos
You'll need my latest OpenOCD for this to actually work.
-rw-r--r-- | debug/targets/spike/openocd.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/targets/spike/openocd.cfg b/debug/targets/spike/openocd.cfg index 2742335..266852f 100644 --- a/debug/targets/spike/openocd.cfg +++ b/debug/targets/spike/openocd.cfg @@ -8,8 +8,8 @@ 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 +target create $_TARGETNAME riscv -chain-position $_TARGETNAME -rtos riscv +#target create $_TARGETNAME riscv -chain-position $_TARGETNAME gdb_report_data_abort enable |