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
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
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