X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Ficnova_imx53_sodimm.cfg;h=aa6a148a0a9cd059f9716b17f4cab8cc9798d1bd;hb=058ed7a43f3253225649a552b09bb1f066ce467d;hp=9ea78b9ad3b5a85fa6cc1ee20f8bd2c9006cfdb8;hpb=108a458ab88880d063c29e1d09820fe6b62251dc;p=openocd.git diff --git a/tcl/board/icnova_imx53_sodimm.cfg b/tcl/board/icnova_imx53_sodimm.cfg index 9ea78b9ad3..aa6a148a0a 100644 --- a/tcl/board/icnova_imx53_sodimm.cfg +++ b/tcl/board/icnova_imx53_sodimm.cfg @@ -17,9 +17,13 @@ echo "i.MX53 SO-Dimm board lodaded." adapter_khz 3000 +# Slow speed to be sure it will work +jtag_rclk 1000 +$_TARGETNAME configure -event "reset-start" { jtag_rclk 1000 } + $_TARGETNAME configure -event "reset-assert" { echo "Reseting ...." - #cortex_a8 dbginit + #cortex_a dbginit } $_TARGETNAME configure -event reset-init { sodimm_init }