Mark Zhuang

Results 9 comments of Mark Zhuang

The same problem in my ubuntu18.04. And tracked it down to ab7b44a can't help.

> The same problem in my ubuntu18.04. And tracked it down to [ab7b44a](https://github.com/Guake/guake/commit/ab7b44ab346803f5846eb2959011ffe2270b8153) can't help. `sudo make reinstall` have this problem. `sudo -H make reinstall ` work for me.

openocd log: ``` Debug: 14 30 command.c:166 script_debug(): command - adapter driver ftdi Debug: 15 31 command.c:166 script_debug(): command - ftdi vid_pid 0x0403 0x6010 Debug: 16 35 command.c:166 script_debug(): command...

Are there any plans to support multiple DMs now? I haven't read the code yet, any suggestions if I want to support it?

> @zqb-all: Do I understand correctly that you refer to case when there are multiple DMs on a single DMI bus? The first one located at DMI address 0, the...

@JanMatCodasip Thanks, I will try that. I notice that target supports `-dbgbase` parameter, so maybe we could just use it and don't need to add a `-dmi-addr `parameter.

I try to add base in dmi_op_timeout ```c diff --git a/src/target/riscv/riscv-013.c b/src/target/riscv/riscv-013.c index 062fcd40d..5a84a2e2d 100644 --- a/src/target/riscv/riscv-013.c +++ b/src/target/riscv/riscv-013.c @@ -549,6 +549,9 @@ static int dmi_op_timeout(struct target *target, uint32_t *data_in,...

![image](https://user-images.githubusercontent.com/21177884/198689626-99b8de3b-a6c3-4d64-aa62-cc098bc094de.png)

gdbgui works fine on my wsl2, but I don't know what to check if something goes wrong