« Return to Thread: How do you get an ez430 going under Linux?

Re: How do you get an ez430 going under Linux?

by Grant Edwards :: Rate this Message:

Reply to Author | View in Thread

On 2007-09-24, Grant Edwards <grante@...> wrote:

> If I set the configuration manually like this:
>
>   echo 2 >/sys/devices/pci0000:00/0000:00:10.3/usb5/5-1/bConfigurationValue
>
> (which AFAICT is all the hotplug script does)
>
> Then I see this:
>
>   Sep 24 14:32:09 grante ti_usb_3410_5052 5-1:2.0: TI USB 3410 1 port adapter converter detected
>   Sep 24 14:32:09 grante usb 5-1: TI USB 3410 1 port adapter converter now attached to ttyUSB1
>
> But msp430-gdbproxy still isn't happy:
>
>   ./msp430-gdbproxy msp430 --spy-bi-wire /dev/ttyUSB1

Doh.  One of the libraries (HIL or MSP430) was too old.  After
grabbing the newest versions of both, it's working.  Now to
figure out why hotplug isn't working.

Too bad the driver can't be fixed to avoid the need for the
hotplug script.

--
Grant Edwards                   grante             Yow! PUNK ROCK!!  DISCO
                                  at               DUCK!!  BIRTH CONTROL!!
                               visi.com            


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@...
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

 « Return to Thread: How do you get an ez430 going under Linux?