On Tuesday 07 July 2009, Øyvind Harboe wrote:
> --- C:/workspace/openocd/tcl/target/imx27.cfg (revision 2491)
> +++ C:/workspace/openocd/tcl/target/imx27.cfg (working copy)
> @@ -1,5 +1,6 @@
> -#use combined on interfaces or targets that can't set TRST/SRST separately
> -reset_config trst_and_srst
> +# page 3-34 of "MCIMC27 Multimedia Applications Processor Reference Manual, 
> Rev 0.3"
> +# SRST pulls TRST 
> +reset_config srst_only srst_pulls_trst

Is it really true that there is no TRST signal on these chips?
And that somehow all boards with those chips include SRST?

I can believe the chip requires "reset_config srst_pulls_trst".

But I have a hard time believing "srst_only" is anything but
a board-specific constraint.


>
>  if { [info exists CHIPNAME] } {
>     set  _CHIPNAME $CHIPNAME

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to