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
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
**
> 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
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
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
#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.