Hi, yes I did that, although the guide I followed had a different idProduct, when I changed it to f430 it all worked ... thanks.
Cheers, Bernie On Thu, Feb 19, 2009 at 6:23 AM, Simsys Miller <[email protected] > wrote: > Hi, > > did You add the file "26-ti.rules" in directory /etc/udev/rules.d > (ubuntu)? Content: > > SUBSYSTEM=="usb",ACTION=="add",\ > SYSFS{idVendor}=="0451",SYSFS{idProduct}=="f430",\ > SYSFS{bNumConfigurations}=="2",SYSFS{bConfigurationValue}=="1",\ > RUN+="/bin/sh -c 'echo 2 >%S%p/../bConfigurationValue'" > > > http://apps.sourceforge.net/mediawiki/mspgcc/index.php?title=Getting_Started_with_Debugging > > regards > simsys > > > 2009/2/18 Bernard Mentink <[email protected]>: > > Hi All, > > > > I am getting the following error when trying to register this USB device. > I > > don't get a /dev/ttyUSB0 device registered, although dmesg shows that the > > device is attached and it downloads new firmware, but then has an error. > > > > Anyone know what is wrong? I am using a 2.6.27 kernel and it looks like > the > > right driver is loaded as lsmod shows a ti_usb_3410_5052 module and a > > usbserial module loaded. > > > > > ---------------------------------------------------------------------------------------------------- > > > > dmesg is: > > > > usb 3-1: new full speed USB device using uhci_hcd and address 4 > > usb 3-1: configuration #1 chosen from 1 choice > > ti_usb_3410_5052 3-1:1.0: TI USB 3410 1 port adapter converter detected > > firmware: requesting ti_usb-3410.bin > > usb 3-1: reset full speed USB device using uhci_hcd and address 4 > > usb 3-1: device firmware changed > > ti_usb_3410_5052: probe of 3-1:1.0 failed with error -5 > > usb 3-1: New USB device found, idVendor=0451, idProduct=f430 > > usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 > > usb 3-1: Product: MSP-FET430UIF JTAG Tool > > usb 3-1: Manufacturer: Texas Instruments > > usb 3-1: SerialNumber: TUSB3410572A8D00655DFF84 > > usb 3-1: USB disconnect, address 4 > > usb 3-1: new full speed USB device using uhci_hcd and address 5 > > usb 3-1: configuration #1 chosen from 2 choices > > ti_usb_3410_5052 3-1:1.0: TI USB 3410 1 port adapter converter detected > > ti_usb_3410_5052: probe of 3-1:1.0 failed with error -5 > > usb 3-1: New USB device found, idVendor=0451, idProduct=f430 > > usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 > > usb 3-1: Product: MSP-FET430UIF JTAG Tool > > usb 3-1: Manufacturer: Texas Instruments > > usb 3-1: SerialNumber: TUSB3410572A8D00655DFF84 > > > ------------------------------------------------------------------------------------------ > > > > Any help appreciated. > > > > Thanks, > > Bernie > > > > > > > ------------------------------------------------------------------------------ > > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > CA > > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > > -Strategies to boost innovation and cut costs with open source > participation > > -Receive a $600 discount off the registration fee with the source code: > SFAD > > http://p.sf.net/sfu/XcvMzF8H > > _______________________________________________ > > Mspgcc-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > > > > > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users >
