I found this thread and was wondering if the spy-bi-wire functionality ever got built into the linux version of msp430-gdbproxy?
I am using the EZ430 tool and managed to get it recognized with a driver patch. I am trying to connect to the tool with msp430-gdbproxy with the --spy-bi-wire command line parameter but it comes back to me with 'Could not connect to FET (35)'. I was wondering whether this is due to a timing issue (my linux is running inside virtualbox and capturing usb through that) or due to the msp430-gdbproxy linux version not having spy-bi-wire support. Steve Underwood wrote: > > Hi all, > > At http://www.soft-switch.org/downloads/mspgcc you will a new version of > msp430-gdbproxy which supports the latest devices, and under Windows > supports Spy-Bi-Wire. Spy-Bi-Wire requires a USB FET tool. Linux support > for Spy-Bi-Wire will have to wait until Linux support for the USB FET > tool is complete. > > msp430-gdbproxy will not talk to GDB until it has found a target device > (I should probably change this, but its how things work now). Therefore, > a new command line parameter, --spy-bi-wire, is required to start the > program in Spy-Bi-Wire mode, so it can initially find the target device. > So, to use a Spy-Bi-Wire device you need to start the program with a > command like: > > msp430-gdbproxy --port=3333 msp430 --spy-bi-wire TIUSB > > From GDB the interface type can be changed with > monitor interface jtag > or > monitor interface spy-bi-wire > > > Windows users > ------------- > > Download HIL.dll, MSP430.dll and msp430-gdbproxy.exe. If you have the > Windows installer for MSPGCC installed, put these files in c:/mspgcc/bin > > > Linux Users > ----------- > > Download libHIL.so, libMSP430.so and msp430-gdbproxy. Put libHIL.so and > libMSP430.so in /usr/local/lib and run /sbin/ldconfig. Put > msp430-gdbproxy wherever you put your other MSPGCC binaries. > > > Regards, > Steve > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Mspgcc-users mailing list > Mspgcc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > > -- View this message in context: http://www.nabble.com/Updated-msp430-gdbproxy-tf1494599.html#a12915034 Sent from the MSP430 gcc - Users mailing list archive at Nabble.com.