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 -chain-position $_CHIPNAME.dap -coreid 0
Should the coreid be a parameter of some kind? > +# > +# M3 targets, separate TAP/DAP for each core > +# > +target create $_CHIPNAME.m30 cortex_m3 -chain-position $_CHIPNAME.m30_dap > +target create $_CHIPNAME.m31 cortex_m3 -chain-position $_CHIPNAME.m31_dap Huh? Are there two Cortex-M3 cores in the A9? //Peter _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development