Hi Gary,

You are right, it is broken. I compiled a couple of older versions to see when it broke. Revision 2600 was working correctly, rev. 2604 did not work correctly. So I looked was has been changed and found that the target/at91sam9260.cfg was changed. While playing around with this file, I discoverd that changing the jtag_ntrst_delay back to 200 solved the problem. I have included a patch that will just do that.

I hope this will work for you too!

Have fun!

Ferdinand


Gary Carlson schreef:
Hi Ferdinand,

Seeing as how you are playing with Atmel parts like I am using openocd, I
wanted to ask whether the "reset halt" and "reset init" are working for your
setup using the latest subversion?

They are broken again for me, but I didn't want to go searching for the
problem until I confirmed someone else is also experiencing the problem.

If you could try this out on your setup and let me know, I would appreciate
it!  :)

Thanks,


Gary



Gary Carlson

Gary Carlson, MSEE
Principal Engineer
Carlson-Minot Inc.







Index: tcl/target/at91sam9260.cfg
===================================================================
--- tcl/target/at91sam9260.cfg  (revision 2606)
+++ tcl/target/at91sam9260.cfg  (working copy)
@@ -27,7 +27,7 @@
 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id 
$_CPUTAPID
 
 jtag_nsrst_delay 300
-jtag_ntrst_delay 10
+jtag_ntrst_delay 200
 
 jtag_rclk 3
 
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to