Re: [Openocd-development] OpenOCD 0.5.0 for Windows

2011-08-13 Thread Xiaofan Chen
On Thu, Aug 11, 2011 at 1:59 AM, Freddie Chopin freddie_cho...@op.pl wrote: Hi! I've just posted Windows packages with OpenOCD 0.5.0 on my website - http://www.freddiechopin.info/ - enjoy (; BTW, your 64bit build will not work with those parallel port based dongles. The issue is the driver

Re: [Openocd-development] Build error with mingw32

2011-08-13 Thread Xiaofan Chen
On Sat, Aug 13, 2011 at 9:38 AM, Jie Zhang jzhang...@gmail.com wrote: On Fri, Aug 12, 2011 at 9:27 PM, Xiaofan Chen xiaof...@gmail.com wrote: On Sat, Aug 13, 2011 at 9:00 AM, Jie Zhang jzhang...@gmail.com wrote: Another option is to drop mingw32 and require mingw-w64. Do not do that. usleep

Re: [Openocd-development] JLink woes

2011-08-13 Thread Carlson Gary
Hi Eric, I have worked a little on the jlink stuff in the past and fixed a few problems with OpenOCD. I have a new project that is going to force me to buy an unrestricted Segger very shortly since my current jlink dongles are Atmel-only devices. Once I get my hands on a new one, I hopefully

Re: [Openocd-development] JLink woes

2011-08-13 Thread Xiaofan Chen
On Sat, Aug 13, 2011 at 10:59 PM, Eric Wetzel thewet...@gmail.com wrote: Alright, I didn't get around to trying your method yet; I've been capturing things from Segger's J-Link Linux program. Here's what I found. Segger's program sends two commands that are undocumented by the J-Link USB

[Openocd-development] ST-Link support

2011-08-13 Thread Xiaofan Chen
I just came across this one and I am not so sure if it is in a good state or not. http://code.google.com/p/rio-source/source/browse/trunk/openocd-0.4.0-tag-stlink/src/jtag/drivers/stlink.c The protocol of st-link seems to be relatively clear now. https://github.com/texane/stlink

Re: [Openocd-development] JLink woes

2011-08-13 Thread Xiaofan Chen
On Sun, Aug 14, 2011 at 7:19 AM, Xiaofan Chen xiaof...@gmail.com wrote: On Sat, Aug 13, 2011 at 10:59 PM, Eric Wetzel thewet...@gmail.com wrote: Alright, I didn't get around to trying your method yet; I've been capturing things from Segger's J-Link Linux program. Here's what I found.

Re: [Openocd-development] JLink woes

2011-08-13 Thread Xiaofan Chen
On Sun, Aug 14, 2011 at 7:51 AM, Xiaofan Chen xiaof...@gmail.com wrote: On Sat, Aug 13, 2011 at 12:45 AM, Xiaofan Chen xiaof...@gmail.com wrote: Actually I think a easier way is now that you know 4.14g and lower firmware versions work whereas 4.14h and higher version firmware versions do not

Re: [Openocd-development] ST-Link support

2011-08-13 Thread Xiaofan Chen
On Sun, Aug 14, 2011 at 7:35 AM, Xiaofan Chen xiaof...@gmail.com wrote: I just came across this one and I am not so sure if it is in a good state or not. http://code.google.com/p/rio-source/source/browse/trunk/openocd-0.4.0-tag-stlink/src/jtag/drivers/stlink.c Hmm, a closer look shows that