According to the web site the patch was scrubbed off. It must not like my extension .diff so I changed it to .patch and am trying again.
Here is a patch to fix a few bugs. They are minor bugs but got me stalled in my development for a couple days as I was looking at the wrong places for a solution. There are basically a few typos and a configuration that didn't work for me. There seem to be a few different Olimex Tiny devices as mine didn't work with the example configuration. I created a different configuration without the A in the name with the proper information and it now works with my Olimex Device. I put some example configurations on my website for anyone who is interested. I could not get my older black j-link devices to work while the newer yellow one works. I am curious as to what the basic difference would be between the two. I tested them at work and they were working just as good on windows as the yellow one with IAR 5.2. (I don't use windows at home) Michel Catudal White Pigeon Michigan -- Tired of Microsoft's rebootive multitasking? then it's time to upgrade to Linux. http://home.comcast.net/~mcatudal
diff -rNu openocd-svn-122208/src/target/interface/olimex-jtag-tiny.cfg openocd-svn-122208_fixed/src/target/interface/olimex-jtag-tiny.cfg --- openocd-svn-122208/src/target/interface/olimex-jtag-tiny.cfg 1969-12-31 19:00:00.000000000 -0500 +++ openocd-svn-122208_fixed/src/target/interface/olimex-jtag-tiny.cfg 2008-12-22 13:16:59.000000000 -0500 @@ -0,0 +1,6 @@ +# REFERENCE: http://www.olimex.com/dev/arm-usb-tiny.html +interface ft2232 +ft2232_device_desc "Olimex OpenOCD JTAG TINY" +ft2232_layout olimex-jtag +ft2232_vid_pid 0x15BA 0x0004 + diff -rNu openocd-svn-122208/src/target/target/str710.cfg openocd-svn-122208_fixed/src/target/target/str710.cfg --- openocd-svn-122208/src/target/target/str710.cfg 2008-12-22 13:01:30.000000000 -0500 +++ openocd-svn-122208_fixed/src/target/target/str710.cfg 2008-12-22 13:14:47.000000000 -0500 @@ -24,7 +24,7 @@ #jtag scan chain -tag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID +jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID set _TARGETNAME [format "%s.cpu" $_CHIPNAME] target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm7tdmi diff -rNu openocd-svn-122208/src/target/target/str730.cfg openocd-svn-122208_fixed/src/target/target/str730.cfg --- openocd-svn-122208/src/target/target/str730.cfg 2008-12-22 13:01:30.000000000 -0500 +++ openocd-svn-122208_fixed/src/target/target/str730.cfg 2008-12-22 13:15:04.000000000 -0500 @@ -25,7 +25,7 @@ reset_config trst_and_srst srst_pulls_trst #jtag scan chain -tag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID +jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID #jtag nTRST and nSRST delay jtag_nsrst_delay 500 diff -rNu openocd-svn-122208/src/target/target/str750.cfg openocd-svn-122208_fixed/src/target/target/str750.cfg --- openocd-svn-122208/src/target/target/str750.cfg 2008-12-22 13:01:30.000000000 -0500 +++ openocd-svn-122208_fixed/src/target/target/str750.cfg 2008-12-22 13:14:03.000000000 -0500 @@ -27,7 +27,7 @@ #jtag scan chain -tag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID +jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID #jtag nTRST and nSRST delay jtag_nsrst_delay 500
_______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development