Hi Rick, On Sat, Nov 1, 2008 at 9:41 PM, Rick Altherr <[EMAIL PROTECTED]> wrote: > > Could you update this to the new target syntax? It should be something > like: > > target create target0 arm926ejs -endianess little -chain-position 1 -variant > arm926ejs >
Sure, please find it below: diff -Naur a/src/target/target/imx27.cfg b/src/target/target/imx27.cfg --- a/src/target/target/imx27.cfg 1969-12-31 21:00:00.000000000 -0300 +++ b/src/target/target/imx27.cfg 2008-11-01 21:58:37.000000000 -0200 @@ -0,0 +1,12 @@ +#use combined on interfaces or targets that can't set TRST/SRST separately +reset_config trst_and_srst + +# There are 2 taps on the chip: +# The ETM +jtag_device 4 0x1 0xf 0xe +# The ARM926EJS +jtag_device 4 0x1 0xf 0xe + +# Note above there are 2 taps (#0 and #1) the ARM926 is the 2nd tap (ie #1) +target create target0 arm926ejs -endianess little -chain-position 1 -variant arm926ejs + Thank you, Alan _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
