Re: [Openocd-development] Need help with mips32 74k core bcm4716

2010-06-10 Thread Xiaochen Zhou
enocd-development Hi Tornado, I want to using Openocd to debug a board which has an CPU of Broadcom BCM53001 with 74K core. I meet the same problem as you. When I google it, I found you had added bcm4716 support to Tjtag project. How do you fix it? Thanks! Xiaochen

Re: [Openocd-development] Breakpoint can not been trigged on the MIPS 4KEc core.

2010-06-04 Thread Xiaochen Zhou
Spencer Oliver 写道: On 02/06/2010 09:24, Xiaochen Zhou wrote: Hi all, I want to port eCos to an epon onu chip which has a MIPS 4KEc core and using openocd v0.4.0 + wiggler for debugging. Gdb seems ok(ctrl_c and continue commands ok) but breakpoint. Just a guess but unless you have a valid

[Openocd-development] Breakpoint can not been trigged on the MIPS 4KEc core.

2010-06-02 Thread Xiaochen Zhou
** > halt target state: halted target halted in MIPS32 mode due to debug-request, pc: 0x80009db4 > mdw 0x8000 0x8000: ee10 It seems breakboint does not trigged at 0x800 and the software breakpoint instrument "0x703f" is restored when app ru

Re: [Openocd-development] Gdb debug problem about openocd v0.1.0 with Marvell 88E6218(arm946es)

2009-04-16 Thread Xiaochen Zhou
OK, I try to fix the issue by myself. I wish it is not too difficult for me. Xiaochen Øyvind Harboe 写道: > On Thu, Apr 16, 2009 at 9:55 AM, Xiaofan Chen wrote: > >> I think I understand what Xiaochen says. The issue has nothing >> to do with ARM946ES or the existing OpenOCD code. >> The issue

Re: [Openocd-development] Gdb debug problem about openocd v0.1.0 with Marvell 88E6218(arm946es)

2009-04-15 Thread Xiaochen Zhou
d not contain cache, so maybe this is the problem. Does openocd have plan to support arm946es in future? Thanks! Xiaochen Zhou Xiaochen Zhou 写道: > Hi, all > > I'm using openocd v0.1.0 + wiggler to debug Marvell 88E6218(ARM946ES). > Openocd is running in Windows 2000 workstation

[Openocd-development] Gdb debug problem about openocd v0.1.0 with Marvell 88E6218(arm946es)

2009-04-09 Thread Xiaochen Zhou
#x27;, the same breakpoint is triggered again except I delete the breakpoint. When I press 's' and 'n', the status is same. The openocd + wiggler is OK for debugging ARM922T, so the hardware is OK. Below is the gdb console and cfg file.