Re: [Openocd-development] [PATCH 6/6] TCL configs for OMAP4430 and Pandaboard

2011-01-24 Thread Aaron Carroll
On 24 January 2011 19:29, Peter Stuge wrote: > Aaron Carroll wrote: >> +# GDB target: Cortex-A9, using DAP >> +# >> +# The debugger can connect to either core of the A9, but currently >> +# not both simultaneously.  Change -coreid to 1 to connect to the >> +# second core. >> +# >> +set _TARGETNAME

Re: [Openocd-development] [PATCH 6/6] TCL configs for OMAP4430 and Pandaboard

2011-01-24 Thread Peter Stuge
Aaron Carroll wrote: > +# GDB target: Cortex-A9, using DAP > +# > +# The debugger can connect to either core of the A9, but currently > +# not both simultaneously. Change -coreid to 1 to connect to the > +# second core. > +# > +set _TARGETNAME $_CHIPNAME.cpu > +target create $_TARGETNAME cortex_a9

[Openocd-development] [PATCH 6/6] TCL configs for OMAP4430 and Pandaboard

2011-01-23 Thread Aaron Carroll
Signed-off-by: Aaron Carroll --- tcl/board/ti_pandaboard.cfg |6 +++ tcl/target/omap4430.cfg | 106 +++ 2 files changed, 112 insertions(+), 0 deletions(-) create mode 100644 tcl/board/ti_pandaboard.cfg create mode 100644 tcl/target/omap4430.cfg