कौस्तुभ सिनकर
On 13 February 2011 12:00, linuxers-request@mm.ilug-bom.org.in wrote:
Send Linuxers mailing list submissions to linuxers@mm.ilug-bom.org.in
To subscribe or unsubscribe via the World Wide Web, visit http://mm.glug-bom.org/mailman/listinfo/linuxers or, via email, send a message with subject or body 'help' to linuxers-request@mm.ilug-bom.org.in
You can reach the person managing the list at linuxers-owner@mm.ilug-bom.org.in
When replying, please edit your Subject line so it is more specific than "Re: Contents of Linuxers digest..."
Today's Topics:
- Wine and usb (jtd)
---------- Forwarded message ---------- From: jtd jtd@mtnl.net.in To: "GNU/Linux Users Group, Mumbai, India" linuxers@mm.ilug-bom.org.in Date: Sat, 12 Feb 2011 13:21:28 +0530 Subject: [ILUG-BOM] Wine and usb Anybody used a usb device on wine? If yes which distro /kernel and wine version.
I have to reverse engineer some code on the pc for programming embeded stuff. As usual looking for a short cut.
-- Rgds JTD
I have used the USB2Serial(Prolific) adapter with Flash magic running on
WINE on a Fedora 11 and 12 machine for connecting to P89V51RD2 via the USB2Serial adapter. I also tried to use WINE to connect a programming kit to using USB to my computer but was not able to do that due to permission issues, I guess. I am not sure about that because it did not occur to me then.
Could you please share the details so that we could provide you with better pointers, if we already have had some such similar experience?
On Sunday 13 February 2011 16:36:07 Koustubh Sinkar wrote:
Subject: [ILUG-BOM] Wine and usb Anybody used a usb device on wine? If yes which distro /kernel and wine version.
I have to reverse engineer some code on the pc for programming embeded stuff. As usual looking for a short cut.
I have used the USB2Serial(Prolific) adapter with Flash magic running on
WINE on a Fedora 11 and 12 machine for connecting to P89V51RD2 via the USB2Serial adapter. I also tried to use WINE to connect a programming kit to using USB to my computer but was not able to do that due to permission issues, I guess. I am not sure about that because it did not occur to me then.
Could you please share the details so that we could provide you with better pointers, if we already have had some such similar experience?
USBto serial will work since wine sees the usb as a serial device. I too have used a usb2serial dongle on wine.
I am talking of using a USB device with HID driver on doze.
Actually it is a Nuvoton ARM Cortex M0 device debugger / programmer. Cortex M0/1/2/3 use a Serial Wire Device instead of JTAG. Advantage is it uses only 2 pins clk and Data. Jtag uses 4 pins. But there is no support for swd on linux.
A jtag to swd dongle costs $40 for what looks like two LS146 tristable buffers. Need to work out the swd protocol and read a 200pg manual to get the thing working. Easy way ofcourse is to bid time with doze while someone comes up with a solution.