You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Examine Target.log have fail result
Warn : [riscv.cpu] Failed to read memory via program buffer
Warn : [riscv.cpu] Failed to read memory (addr=0x0) negative acknowledgment, but no packet pending
Error : [riscv.cpu] progbuf=failed, sysbus=disabled, abstract=disableed
Error : [riscv.cpu] Failed to read memory (addr=0x2)
The text was updated successfully, but these errors were encountered:
I am try run gdb after simulated vcs : ./gdbserver.py targets/Sifive/Freedom/E300.py S0 --isolate --print-failed
How to modify read memory addr, addr= 0x0 is invalid
this is target cfg file
######################## cfg ###################
adapter speed
2000
adapter driver remote_bitbang
remote_bitbang host localhost
remote_bitbang port 44853
set _CHIPNAME riscv
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id0x10001f2f
Examine Target.log have fail result
Warn : [riscv.cpu] Failed to read memory via program buffer
Warn : [riscv.cpu] Failed to read memory (addr=0x0) negative acknowledgment, but no packet pending
Error : [riscv.cpu] progbuf=failed, sysbus=disabled, abstract=disableed
Error : [riscv.cpu] Failed to read memory (addr=0x2)
The text was updated successfully, but these errors were encountered: