openocd_riscv
openocd_riscv copied to clipboard
Spen's Official OpenOCD Mirror
Hi,I'm running [VexRiscv on Sipeed TANG PRIMER 20K](https://github.com/litex-hub/linux-on-litex-vexriscv) and I connect my board to the virtual machine via a usb jtag. Then I'm trying to use [openocd](https://github.com/SpinalHDL/openocd_riscv) on my board...
Open On-Chip Debugger 0.11.0+dev-04033-g058dfa50d (2023-02-20-09:48) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html /home/wjc/Desktop/VexRiscv_old/cpu0.yaml DEPRECATED! use 'adapter driver' not 'interface' Info : only one transport option; autoselect 'jtag'...
Hi I'm trying building for windows using cross-compiler but I have a problem with the library yaml.h. Have you are any idea for this problem? Thank you
[root@IC_EDA /home/ICer/openocd_riscv]#src/openocd -f tcl/interface/jtag_tcp.cfg -c "set BRIEY_CPU0_YAML /home/ICer/VexRiscv/cpu0.yaml" -f tcl/target/briey.cfg Open On-Chip Debugger 0.11.0+dev-02583-g9d50e3c (2022-11-15-11:26) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html DEPRECATED! use 'adapter driver' not...
Do you consider merging this version upstream so that there is no need for custom build in future? This would require also making it Windows-compatible (mainly WinSock-compatible for `jtag-tcp`). I'll...
Hi @Dolu1990, I'm currently in the process of bringing up the JTAG interface on the VexRiscv silicon. After I switched the TDO and TDI signals I got the following error:...
prabath@prabath-VirtualBox:~/openocd_riscv$ src/openocd -c 'set VEXRISCV_YAML /home/verilator/Vexriscv/cpu0.yaml' -f tcl/target/vexriscv_sim.cfg Open On-Chip Debugger 0.10.0+dev-01236-gc974c1b7-dirty (2021-06-25-19:56) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html /home/verilator/Vexriscv/cpu0.yaml DEPRECATED! use 'adapter driver' not 'interface'...
I was trying this: https://github.com/SpinalHDL/VexRiscv#interactive-debug-of-the-simulated-cpu-via-gdb-openocd-and-verilator But got the following error, I tried Some way to solve it but it didn't work. Kindly help here. This is the log I got:...
When compiling, i get following error: ``` In function ‘mg_gen_ataid’, inlined from ‘mg_storage_config’ at src/flash/mflash.c:1174:2: src/flash/mflash.c:1162:2: error: ‘memset’ offset [509, 512] from the object at ‘buff’ is out of the...
It would be nice if this fork supported Windows. I know it's not your primary focus, but I guess it would enable wider audience to test VexRiscv and accompanying SoCs...