Re: Luminary eval boards, USB serial, and Linux
- From: Tim Wescott <tim@xxxxxxxxxxxxxxxx>
- Date: Sat, 20 Sep 2008 17:39:53 -0700
Simon Clubley wrote:
In article <ztGdnc8n4tomFU3VnZ2dnUVZ_rbinZ2d@xxxxxxxxxxxx>, Tim Wescott <tim@xxxxxxxxxxxxxxxx> writes:It's 0403:bcd9. The chip is a FT2232D, with one port being used for asynchronous serial and the other bit-banging JTAG debug.
Is there a way to configure the driver to look for that chip? Is there a way to tell it to use the right half and ignore the wrong one?
Have you tried using modprobe usbserial, with the appropriate product and
vendor arguments, to force usbserial to see the device ?
Major warning: Do this at your own risk and make sure that you have not
got anything important running or unsaved when you do this. :-) There may
be very good reasons why usbserial is not seeing your device.
Check the dmesg and lsmod output first to make sure that another module
hasn't been loaded (which you will to first need to unload) instead of
usbserial - I have a 3G modem that is initially loaded as a cdrom device
until I unload the module (with rmmod) and then force usbserial to see it
by specifying the vendor and product arguments to modprobe.
Simon.
Doesn't work -- oh well. It's looking like the long range solution is to patch ftdi_sio.c with appropriate code and recompile. I've found a page which lists a patch for the Olimex JTAG programmer, of which I think the Luminary part is a clone.
Do you need to implement control loops in software?
"Applied Control Theory for Embedded Systems" gives you just what it says.
See details at http://www.wescottdesign.com/actfes/actfes.html
PS: BTW, nice book (at least of what I've read so far).
I'm glad you like it, and hope that you're finding it useful. The part that I'm building is in support of a seminar series from the book, if the implementation details don't drive me crazy.
--
Tim Wescott
Wescott Design Services
http://www.wescottdesign.com
Do you need to implement control loops in software?
"Applied Control Theory for Embedded Systems" gives you just what it says.
See details at http://www.wescottdesign.com/actfes/actfes.html
.
- Follow-Ups:
- Re: Luminary eval boards, USB serial, and Linux
- From: cs_posting
- Re: Luminary eval boards, USB serial, and Linux
- References:
- Luminary eval boards, USB serial, and Linux
- From: Tim Wescott
- Re: Luminary eval boards, USB serial, and Linux
- From: John Devereux
- Re: Luminary eval boards, USB serial, and Linux
- From: Tim Wescott
- Re: Luminary eval boards, USB serial, and Linux
- From: Mel
- Re: Luminary eval boards, USB serial, and Linux
- From: linnix
- Re: Luminary eval boards, USB serial, and Linux
- From: Tim Wescott
- Re: Luminary eval boards, USB serial, and Linux
- From: DJ Delorie
- Re: Luminary eval boards, USB serial, and Linux
- From: Tim Wescott
- Re: Luminary eval boards, USB serial, and Linux
- From: Simon Clubley
- Luminary eval boards, USB serial, and Linux
- Prev by Date: Re: Serial port problem on ARM board
- Next by Date: Re: cheapest GSM module
- Previous by thread: Re: Luminary eval boards, USB serial, and Linux
- Next by thread: Re: Luminary eval boards, USB serial, and Linux
- Index(es):
Relevant Pages
|