Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Michael Schwingen
Xiaofan Chen wrote: Yes this is a possible solution. But then will you use it if you are a Vista 64 user and there is a good alternative using private build with FTD2XX? The real fix is to get libusb-win32 working on Vista 64 (with digital signing). Sure - I am all in favour of getting

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Michael Bruck
On Sat, Jun 20, 2009 at 8:05 PM, Michael Schwingenrincew...@discworld.dascon.de wrote: Zach Welch wrote: BTW: one possible solution for 64-bit windows would be to ship an openocd appliance - ie. a VM image containing a minimal linux system together with openocd libraries. Users would need

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Freddie Chopin
Michael Schwingen pisze: The consensus here seems to be that most windows users do not want to build openocd themselves, even if it provides better performance. It's not that they (we?) don't want to do something. Building OpenOCD from source on Windows using MinGW + MSYS really IS

Re: [Openocd-development] Debug from flash, with breakpts, with GDB/Eclipse/ARM-USB-TINY

2009-06-21 Thread Øyvind Harboe
On Sun, Jun 21, 2009 at 1:28 AM, Joseph Kuss jmk.engin...@gmail.com wrote: Also by the way, what do these error messages mean ?: Error: SWJ-DP STICKY ERROR Error: dcb_dhcsr 0x30003, nvic_shcsr 0x2, nvic_cfsr 0x0, nvic_bfar 0xe000edf8 On Sat, Jun 20, 2009 at 4:19 PM, Joseph Kuss

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Michael Schwingen
Michael Bruck wrote: Why not just offer a pre-configured linux-VM that cross-compiles for mingw or cygwin on the user's PC? Because (a) that promotes linking against a non-GPL library, even if the binary is not distributed, and (b) because it still won't help on 64-bit windows. cu Michael

Re: [Openocd-development] OpenOCD + libftdi on Windows

2009-06-21 Thread Freddie Chopin
Thomas A. Moulton pisze: In the example above 114k file at 8KB/sec is 14 seconds vs 11KB/sec is 10 seconds - a difference of 4 seconds - I for one do not care and my flash is smaller than that! Indeed - flash upload speed is not the most important speed, but the stepping speed is 100%

[Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Freddie Chopin
As no satisfying solution has been decided I will try to summarise the options I think are fine for Windows users. Please - put away your linux windows attitude aside for a moment and do keep in mind three things before proceeding: 1. Windows users usually have no knowledgle of linux and

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Xiaofan Chen
On Sun, Jun 21, 2009 at 3:58 PM, Freddie Chopinfreddie_cho...@op.pl wrote: It's not that they (we?) don't want to do something. Building OpenOCD from source on Windows using MinGW + MSYS really IS complicated. Building libusb and libftdi is even more complicated /; The process alone may not be

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Freddie Chopin
Xiaofan Chen pisze: Using MinGW/Msys may be complicated. But it is not that difficult to use Cygwin. Installaing Cygwin it can be an issue for average Windows users though. So it's complicated anyway [; libusb-win32 device driver has the binary distribution. It is also very easy to build

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Xiaofan Chen
On Sun, Jun 21, 2009 at 6:00 PM, Freddie Chopinfreddie_cho...@op.pl wrote: Xiaofan Chen pisze: Using MinGW/Msys may be complicated. But it is not that difficult to use Cygwin. Installaing Cygwin it can be an issue for average Windows users though. So it's complicated anyway [; Yes Windows

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Michael Fischer
I've checked that now, and normal libusb0.sys seems to work fine, but you can never be sure, maybe after reset I will stop working or sth... I could not install my ftd2xx device here the normal way. I must use a composite version of the inf file. Regards, Michael -Ursprungliche

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Xiaofan Chen
On Sun, Jun 21, 2009 at 6:23 PM, Michael Fischerfische...@t-online.de wrote: I've checked that now, and normal libusb0.sys seems to work fine, but you can never be sure, maybe after reset I will stop working or sth... I could not install my ftd2xx device here the normal way. I must use a

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Michael Fischer
Hello Xiaofan, if the installer support more than FT2232 device, it must install all the driver this way. I think it is not a good idea, and the user should point to the directory where the driver exist. Like the normal way of installing driver. Regards, Michael -Ursprüngliche

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Xiaofan Chen
On Sun, Jun 21, 2009 at 6:38 PM, Xiaofan Chenxiaof...@gmail.com wrote: On Sun, Jun 21, 2009 at 6:33 PM, Michael Fischerfische...@t-online.de wrote: if the installer support more than FT2232 device, it must install all the driver this way. I think it is not a good idea, and the user should

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Michael Fischer
Hello List, an hacked version of libusb0.sys is not needed anymore. With the hacked version it is still not allowed to distribute it because how should the user create the hacked version? I could build a libusb driver based on SVN trunk version 161, under MinGW. The drivers version is 1.0.0.0.

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Xiaofan Chen
On Sun, Jun 21, 2009 at 7:08 PM, Michael Fischerfische...@t-online.de wrote: Hello List, an hacked version of libusb0.sys is not needed anymore. With the hacked version it is still not allowed to distribute it because how should the user create the hacked version? I could build a libusb

[Openocd-development] [PATCH] Add config for CS351x CPUs

2009-06-21 Thread Paulius Zaleckas
Adds configuration for Cortina Systems CS351x CPUs. They are based on FA526 core. Index: tcl/target/cs351x.cfg === --- tcl/target/cs351x.cfg (revision 0) +++ tcl/target/cs351x.cfg (revision 0) @@ -0,0 +1,30 @@ +if { [info

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Xiaofan Chen
On Sun, Jun 21, 2009 at 7:15 PM, Xiaofan Chenxiaof...@gmail.com wrote: On Sun, Jun 21, 2009 at 7:08 PM, Michael Fischerfische...@t-online.de wrote: Hello List, an hacked version of libusb0.sys is not needed anymore. With the hacked version it is still not allowed to distribute it because how

Re: [Openocd-development] [patch 3/5] beagle config file updates

2009-06-21 Thread Dirk Behme
David Brownell wrote: On Friday 19 June 2009, Dirk Behme wrote: Seems to work :) THANKS!! Good. I look forward to seeing more things start to work there ... and the next release after 0.2.0 having some support for Cortex-A8! :) Don't hesitate to send everything you like to get tested :)

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Michael Fischer
Moreover, I do not have XP 64 or Vista 64 to test it. So I guess it is better not to distribute 64bit libusb-win32 driver. We do not want to distribute libusb, we want to distribute OpenOCD. And here libftdi is not working under 64 bit, is this correct? Regards, Michael -Ursprüngliche

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Xiaofan Chen
On Sun, Jun 21, 2009 at 8:02 PM, Michael Fischerfische...@t-online.de wrote: Moreover, I do not have XP 64 or Vista 64 to test it. So I guess it is better not to distribute 64bit libusb-win32 driver. We do not want to distribute libusb, we want to distribute OpenOCD. And here libftdi is not

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Xiaofan Chen
On Sun, Jun 21, 2009 at 5:45 PM, Xiaofan Chenxiaof...@gmail.com wrote: Michael has a nice tutorial here on building OpenOCD with different configurations here. http://forum.sparkfun.com/viewtopic.php?t=11221 It needs some updates. Michael Fischer has since updated the instruction and he

[Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Michael Fischer
Hello List, No response, no windows user here which need FTD2XX support? Best regards, Michael ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Thomas A. Moulton
On Sun, 2009-06-21 at 15:00 +0200, Michael Fischer wrote: Hello List, No response, no windows user here which need FTD2XX support? Best regards, Michael Well 2 points come to mind... 1 - as pointed out before, most of us windows users are interested in plug and play 2 - this is a

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Xiaofan Chen
On Sun, Jun 21, 2009 at 7:08 PM, Michael Fischerfische...@t-online.de wrote: Hello List, an hacked version of libusb0.sys is not needed anymore. With the hacked version it is still not allowed to distribute it because how should the user create the hacked version? I could build a libusb

[Openocd-development] Universal ft2232 .inf file for windows/libusb-win32

2009-06-21 Thread Freddie Chopin
I attach a patch which adds a universal .inf file for FT2232 based JTAGs to the tree in \contrib\libusb-win32_ft2232_driver\. Currently it has 3 different devices inside: - normal FT2232 - Amontec JTAGkey - Egnite Turtelizer 2 Of course some more devices should be added to make that truly

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Xiaofan Chen
On Sun, Jun 21, 2009 at 5:28 PM, Freddie Chopinfreddie_cho...@op.pl wrote: So in reality I see only two solutions: 1. A ftd2xx.dll wrapper library, which would be published under GPL with exception for ftd2xx.dll. Such library would dynamically link ftd2xx and - as an open-source solution -

Re: [Openocd-development] Universal ft2232 .inf file for windows/libusb-win32

2009-06-21 Thread Xiaofan Chen
2009/6/21 Freddie Chopin freddie_cho...@op.pl: I attach a patch which adds a universal .inf file for FT2232 based JTAGs to the tree in \contrib\libusb-win32_ft2232_driver\. Currently it has 3 different devices inside: - normal FT2232 - Amontec JTAGkey - Egnite Turtelizer 2 Of course some

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Michael Fischer
Hi Xiaofan, many thanks for this hint. The 1.0.0.0 was not working here with OpenOCD. The libusb build based on 0.1.12.1 is working now. But this is the same version which the user can download from sourcefore. Perhaps someone should create a 0.1.12.2 for using with OpenOCD? Regards, Michael

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Xiaofan Chen
On Sun, Jun 21, 2009 at 11:20 PM, Michael Fischerfische...@t-online.de wrote: many thanks for this hint. The 1.0.0.0 was not working here with OpenOCD. The libusb build based on 0.1.12.1 is working now. But this is the same version which the user can download from sourcefore. Perhaps someone

Re: [Openocd-development] Universal ft2232 .inf file for windows/libusb-win32

2009-06-21 Thread Freddie Chopin
Xiaofan Chen pisze: Have you tried this with all of the three JTAG tools? Nope [; I only have JTAGkey here, but the only difference visible to drivers is the VID/PID combination [; It seems to me that you are using libusb-win32 with individual interfaces and I am not sure that would work. It

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Michael Fischer
Did you try the released version of libusb-win32 which is 0.1.12.1. I think it should work as well. This was the version I used at the beginning. And here I need the hacked version from the page I send the info about the composite devices. Regards, Michael -Ursprüngliche Nachricht- Von:

Re: [Openocd-development] Universal ft2232 .inf file for windows/libusb-win32

2009-06-21 Thread Freddie Chopin
Xiaofan Chen pisze: It seems to me that you are using libusb-win32 with individual interfaces and I am not sure that would work. I'm not sure I understand you correctly, but if there are no entries for individual channels (...MI_00 and ...MI_01) OpenOCD doesn't work. I think that the master

Re: [Openocd-development] Universal ft2232 .inf file forwindows/libusb-win32

2009-06-21 Thread Michael Fischer
Hello Freddie, what is the md5sum from your libusb0.sys file under: \windows\system32\drivers The original file from the binary distribution libusb-win32-device-bin-0.1.12.1 is: 34d6730e198a5b0fce0790a6b4769ef2 *libusb0.sys Regards, Michael -Ursprungliche Nachricht- Von:

Re: [Openocd-development] Universal ft2232 .inf file forwindows/libusb-win32

2009-06-21 Thread Freddie Chopin
Michael Fischer pisze: what is the md5sum from your libusb0.sys file under: \windows\system32\drivers The original file from the binary distribution libusb-win32-device-bin-0.1.12.1 is: 34d6730e198a5b0fce0790a6b4769ef2 *libusb0.sys 880e67f337c7940d3a3b9b843300a6a4 *libusb0.sys ...

Re: [Openocd-development] Universal ft2232 .inf fileforwindows/libusb-win32

2009-06-21 Thread Freddie Chopin
Michael Fischer pisze: here is the driver which was build from the SVN r161 (libusb). Please test it, it should work with composite devices too. Works here. 4\/3!! ___ Openocd-development mailing list Openocd-development@lists.berlios.de

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Freddie Chopin
Should we take silence as an agreement? That's pretty interesting - so many posts about such insignificant cases like whitespaces or type-names, so little posts about such significant case as ftd2xx... 4\/3!! ___ Openocd-development mailing list

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Øyvind Harboe
On Sun, Jun 21, 2009 at 6:30 PM, Freddie Chopinfreddie_cho...@op.pl wrote: Should we take silence as an agreement? No. (Wasn't this summary posted yesterday?) This debate is still alive, give the community time to consider the options and come up with ideas. I haven't followed this debate

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Rick Altherr
On Jun 21, 2009, at 9:30 AM, Freddie Chopin freddie_cho...@op.pl wrote: Should we take silence as an agreement? Of course not. That's pretty interesting - so many posts about such insignificant cases like whitespaces or type-names, so little posts about such significant case as

[Openocd-development] amtjtagaccel reports incorrect chip ID's

2009-06-21 Thread Ferdinand Postema
First I want to say that I am very happy with the OpenOCD-software! I like it very much. I have a Chameleon POD from Amontec. This dongle can be programmed to act as a Wiggler-cable, but also as a JTAG Accelerator interface. I use it in combination with an ARM processor and a FPGA. Both are

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread David Brownell
On Sunday 21 June 2009, Xiaofan Chen wrote: Maybe you can create a new poll there for the FTD2XX support. I think the Windows users will need the FTD2XX support. It is not that easy to get OpenOCD+libusb-win32+libftdi working under Windows after all. To repeat: anyone wanting D2XX support

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Audrius Urmanavičius
On Sun, Jun 21, 2009 at 4:00 PM, Michael Fischerfische...@t-online.de wrote: Hello List, No response, no windows user here which need FTD2XX support? I am Windows user, and I do need FTD2xx support, unless GPL-compatible alternatives allows dual inteface (I use Olimex ARM-USB-OCD and I

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread David Brownell
On Sunday 21 June 2009, Freddie Chopin wrote: Should we take silence as an agreement? Of course not. It was posted maybe twelve hours ago, but you got impatient after only seven. Plus, there's not really anything to be said except that both of your options violate the licensing. At this point

Re: [Openocd-development] [PATCH] Add config for CS351x CPUs

2009-06-21 Thread David Brownell
On Sunday 21 June 2009, Paulius Zaleckas wrote: + +if { [info exists ENDIAN] } {   +   set  _ENDIAN $ENDIAN     +} else {    +   set  _ENDIAN little +} + Can this chip actually override its endianness? If not, I suggest removing that... I think it's counterproductive to support that

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread David Brownell
On Sunday 21 June 2009, Xiaofan Chen wrote: On Sun, Jun 21, 2009 at 5:45 PM, Xiaofan Chenxiaof...@gmail.com wrote: Michael has a nice tutorial here on building OpenOCD with different configurations here. http://forum.sparkfun.com/viewtopic.php?t=11221 Michael Fischer has since updated

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread David Brownell
On Sunday 21 June 2009, Audrius Urmanavičius wrote: I can also second Xiaofan, who offers distribution of .zip file with Cygwin building environment set up, probably with shell script that does `./bootstrap`, `./configure --with-ftd2xx-blahblah` and `make` there, so that Windows users with

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Zach Welch
Harald, Thank you for taking the time to participate in this discussion. On Sat, 2009-06-20 at 12:53 +0200, Harald Kipp wrote: Zach Welch wrote: On Fri, 2009-06-19 at 18:26 +0200, Harald Kipp wrote: Dynamic linking to proprietary libraries by adding LoadLibrary and GetProcAddress to

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Zach Welch
On Sun, 2009-06-21 at 11:28 +0200, Freddie Chopin wrote: As no satisfying solution has been decided I will try to summarise the options I think are fine for Windows users. Please - put away your linux windows attitude aside for a moment and do keep in mind three things before proceeding:

Re: [Openocd-development] [PATCH] Add config for CS351x CPUs

2009-06-21 Thread Paulius Zaleckas
David Brownell wrote: On Sunday 21 June 2009, Paulius Zaleckas wrote: + +if { [info exists ENDIAN] } { + set _ENDIAN $ENDIAN +} else { + set _ENDIAN little +} + Can this chip actually override its endianness? If not, I suggest removing that... Yes, it can. By

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread John Devereux
Zach Welch z...@superlucidity.net writes: Harald, Thank you for taking the time to participate in this discussion. On Sat, 2009-06-20 at 12:53 +0200, Harald Kipp wrote: Zach Welch wrote: On Fri, 2009-06-19 at 18:26 +0200, Harald Kipp wrote: Dynamic linking to proprietary libraries by

Re: [Openocd-development] [PATCH] Add config for CS351x CPUs

2009-06-21 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Øyvind Harboe
There must be *some* limit to how far this principle can extend. For example, a non-GPLed FTDI server communicating via sockets (or via some other messaging). Also, I have never read the fine print in GPL that stops Windows from becoming GPL when GPL code is run under Windows. -- Øyvind

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Zach Welch
On Sun, 2009-06-21 at 13:20 -0700, David Brownell wrote: On Sunday 21 June 2009, Audrius Urmanavičius wrote: I can also second Xiaofan, who offers distribution of .zip file with Cygwin building environment set up, probably with shell script that does `./bootstrap`, `./configure

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Freddie Chopin
Zach Welch pisze: Fix the problems with libusb and libfdti. Period. This is starting to get ridiculous... As I already wrote somewhere - I really would like to, but... I cannot. I'm not a PC programmer, in fact I'm a newbie in embedded world too, so - sorry, I won't fix libftdi and libusb,

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread David Brownell
On Sunday 21 June 2009, Øyvind Harboe wrote: Also, I have never read the fine print in GPL that stops Windows from becoming GPL when GPL code is run under Windows. See the bit about system libraries. If they're part of the OS, it's OK to link with them.

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Zach Welch
On Sun, 2009-06-21 at 22:05 +0100, John Devereux wrote: Zach Welch z...@superlucidity.net writes: Harald, Thank you for taking the time to participate in this discussion. On Sat, 2009-06-20 at 12:53 +0200, Harald Kipp wrote: Zach Welch wrote: On Fri, 2009-06-19 at 18:26 +0200,

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Zach Welch
On Sun, 2009-06-21 at 23:15 +0200, Freddie Chopin wrote: Zach Welch pisze: Fix the problems with libusb and libfdti. Period. This is starting to get ridiculous... As I already wrote somewhere - I really would like to, but... I cannot. I'm not a PC programmer, in fact I'm a newbie in

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Duane Ellis
zach Please DO NOT try to cheat the GPL license. You do not understand how zach far I am willing to take these matters, and I believe any form of binary zach distribution to be a violation: a DLL wrapper, a binary patch, anything! Let me ask this another way. I believe the question is some what

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Freddie Chopin
Zach Welch pisze: If all of OpenOCD's users chipped in, I bet each of you would pay less than any commercial alternative. You forgot something [; I don't need to pay for anything, nor does anyone else. I can build my own executable with ftd2xx. If you will drop that support, I'll just stay

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Zach Welch
On Sun, 2009-06-21 at 17:38 -0400, Duane Ellis wrote: zach Please DO NOT try to cheat the GPL license. You do not understand how zach far I am willing to take these matters, and I believe any form of binary zach distribution to be a violation: a DLL wrapper, a binary patch, anything! Let

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Duane Ellis
zach I am afraid that your intent will not matter even one iota, in a court of law. This is not, and was not ever my intent, I am speaking of what I see as the original authors GPL+[undocumented]-exception intention. zach If you want to make exceptions, then they do not apply to the new code.

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Magnus Lundin
Zach Welch wrote: On Sun, 2009-06-21 at 17:38 -0400, Duane Ellis wrote: zach Please DO NOT try to cheat the GPL license. You do not understand how zach far I am willing to take these matters, and I believe any form of binary zach distribution to be a violation: a DLL wrapper, a binary

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Zach Welch
On Sun, 2009-06-21 at 18:33 -0400, Duane Ellis wrote: zach I am afraid that your intent will not matter even one iota, in a court of law. This is not, and was not ever my intent, I am speaking of what I see as the original authors GPL+[undocumented]-exception intention. zach If you want

Re: [Openocd-development] Universal ft2232 .inf fileforwindows/libusb-win32

2009-06-21 Thread Xiaofan Chen
On Mon, Jun 22, 2009 at 12:19 AM, Freddie Chopinfreddie_cho...@op.pl wrote: Michael Fischer pisze: here is the driver which was build from the SVN r161 (libusb). Please test it, it should work with composite devices too. Works here. Now it is clear to me. Thanks. The SVN 161 version works.

Re: [Openocd-development] Universal ft2232 .inf file for windows/libusb-win32

2009-06-21 Thread Xiaofan Chen
On Sun, Jun 21, 2009 at 11:31 PM, Freddie Chopinfreddie_cho...@op.pl wrote: Xiaofan Chen pisze: It seems to me that you are using libusb-win32 with individual interfaces and I am not sure that would work. I'm not sure I understand you correctly, but if there are no entries for individual

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread David Brownell
On Sunday 21 June 2009, Freddie Chopin wrote: You are spreading FUD.   Please.  Stop.  Now. Why? Because it's an annoying and counterproductive waste-of-time. And because the developers aren't particularly keen on your encouragment that folk should violate the licensing on the software

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread David Brownell
On Sunday 21 June 2009, Magnus Lundin wrote:   Yes the licence is  GPL, and there are no exceptions stated, unfortunatley. It is definitly possible to add an exception to allow linking to non GPL libraries and still remain GPL, but it is not possible to force derived GPL works to do the

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Xiaofan Chen
2009/6/22 Zach Welch z...@superlucidity.net: On Sun, 2009-06-21 at 13:20 -0700, David Brownell wrote: On Sunday 21 June 2009, Audrius Urmanavičius wrote: I can also second Xiaofan, who offers distribution of .zip file with Cygwin building environment set up, probably with shell script that

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread David Brownell
On Sunday 21 June 2009, Duane Ellis wrote: I would like to see this exception *documented* so that it does not expand, or continue beyond this exact situation. The way to document this is with a change to the license, signed on to by *everyone* holding any copyright on the code. Any previous

Re: [Openocd-development] Will the next release 0.2.0 build on FTD2XX support?

2009-06-21 Thread Xiaofan Chen
On Mon, Jun 22, 2009 at 4:15 AM, David Brownelldavi...@pacbell.net wrote: On Sunday 21 June 2009, Xiaofan Chen wrote: Michael has a nice tutorial here on building OpenOCD with different configurations here. http://forum.sparkfun.com/viewtopic.php?t=11221 Michael Fischer has since

Re: [Openocd-development] Universal ft2232 .inf file for windows/libusb-win32

2009-06-21 Thread Xiaofan Chen
On Mon, Jun 22, 2009 at 7:38 AM, Xiaofan Chenxiaof...@gmail.com wrote: On Sun, Jun 21, 2009 at 11:31 PM, Freddie Chopinfreddie_cho...@op.pl wrote: Xiaofan Chen pisze: It seems to me that you are using libusb-win32 with individual interfaces and I am not sure that would work. I'm not sure I

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Xiaofan Chen
On Mon, Jun 22, 2009 at 4:02 AM, David Brownelldavi...@pacbell.net wrote:  * The thread about a Universal INF file seemed much more   productive.  Sure, more adapters need to be covered, and   the library binaries that get bundled into the MSI file   will need to be the right versions (libusb,

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread David Brownell
On Sunday 21 June 2009, Xiaofan Chen wrote: What do you think about this summary? Ooooh ... *MUCH* better! Thank you! No comments other than that, for now. Except for: d) Improve libusb-win32, get the driver digital signed to solve the 64bit Windows issues. Some HW vendors may be able to

Re: [Openocd-development] Universal ft2232 .inf file forwindows/libusb-win32

2009-06-21 Thread Xiaofan Chen
Just a summary for this thread. On Sun, Jun 21, 2009 at 11:55 PM, Freddie Chopinfreddie_cho...@op.pl wrote: Now there is a clean version of libusb0.sys. I've installed two drivers - for channel A and channel B. OpenOCD is not working... So - I keep my previous statements - you NEED a hacked

Re: [Openocd-development] Universal ft2232 .inf file forwindows/libusb-win32

2009-06-21 Thread Freddie Chopin
Xiaofan Chen pisze: Replacing libusb0.sys fixes the problem - OpenOCD works. I am not 100% clear clear. If you just install the master driver (the inf file for the whole device, not individual interface), does OpenOCD work with the hacked libusb0.sys or the latest SVN version of

Re: [Openocd-development] Universal ft2232 .inf file forwindows/libusb-win32

2009-06-21 Thread Xiaofan Chen
On Mon, Jun 22, 2009 at 1:21 PM, Freddie Chopinfreddie_cho...@op.pl wrote: Xiaofan Chen pisze: Replacing libusb0.sys fixes the problem - OpenOCD works. I am not 100% clear clear. If you just install the master driver (the inf file for the whole device, not individual interface), does OpenOCD

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Orin Eman
2009/6/21 Zach Welch z...@superlucidity.net On Sun, 2009-06-21 at 13:20 -0700, David Brownell wrote: On Sunday 21 June 2009, Audrius Urmanavičius wrote: I can also second Xiaofan, who offers distribution of .zip file with Cygwin building environment set up, probably with shell script

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Xiaofan Chen
You may want to use reply to all. This is not as convenient but it is the way OpenOCD mailing list is running. Thanks. On Mon, Jun 22, 2009 at 1:34 PM, Anders Montonenanders.monto...@iki.fi wrote: On Jun 22, 2009, at 6:15, Xiaofan Chen wrote: On Mon, Jun 22, 2009 at 4:02 AM, David

Re: [Openocd-development] FT2232 Windows - summary of options

2009-06-21 Thread Xiaofan Chen
2009/6/22 Orin Eman orin.e...@gmail.com: All someone need do is produce a DLL that is called FTD2XX and implements (or plans to implement) all the interfaces that OpenOCD uses and release it under LGPL.  The interfaces can all return failure for now.  There would be no problem whatsoever