MT7688

I am working on a MT7688 board and I am trying to use eJTAG, OpenOCD, gdb and Eclipse to debug uboot.

However, I fail and the first issue is that the chip does not work as expected on “reset halt”. After issuing “reset halt”, the chip actually keep running.

My cfg file comes from Angelic47’s MT7688-OpenOCD and its reset related configuration is as below:

adapter_nsrst_delay 100

jtag_ntrst_delay 100

reset_config trst_and_srst

I wonder if anyone can give me some suggestion or recommendation for trying?