tcl/interface: add example of linuxgpiod through dln-2
[fw/openocd] / tcl / board / icnova_imx53_sodimm.cfg
index e37887e558a602907e82f994930f816399de9457..dce9c470e1507c46f2144c854c304e63c1a2f0c9 100644 (file)
@@ -15,10 +15,14 @@ echo "i.MX53 SO-Dimm board lodaded."
 # Set reset type
 #reset_config srst_only
 
-adapter_khz 3000
+adapter speed 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 ...."
+       echo "Resetting ...."
        #cortex_a dbginit
 }
 
@@ -54,7 +58,7 @@ proc sodimm_init { } {
        arm core_state arm
 
        jtag_rclk 3000
-#      adapter_khz 3000
+#      adapter speed 3000
 }