From: <oh...@ma...> - 2009-07-07 18:50:38
|
Author: oharboe Date: 2009-07-07 18:50:28 +0200 (Tue, 07 Jul 2009) New Revision: 2492 Modified: trunk/tcl/target/imx27.cfg Log: srst pulls trst according to Freescale docs for i.mx27 Modified: trunk/tcl/target/imx27.cfg =================================================================== --- trunk/tcl/target/imx27.cfg 2009-07-07 11:39:04 UTC (rev 2491) +++ trunk/tcl/target/imx27.cfg 2009-07-07 16:50:28 UTC (rev 2492) @@ -1,5 +1,10 @@ -#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 +# +# Without setting these options correctly you'll see all sorts +# of weird errors, e.g. MOE=0xe, invalid cpsr values, reset +# failing, etc. +reset_config srst_only srst_pulls_trst if { [info exists CHIPNAME] } { set _CHIPNAME $CHIPNAME |