Eric Decker wrote on 21/01/08 23:56 MET: > Does msp430-gdbproxy support the usb jtag pod?
Yes, but on the first run you have to update the firmware of the usb jtag pod, then you can run it normally. # msp430-gdbproxy msp430 --update-usb-fet /dev/ttyUSB0 Remote proxy for GDB, v0.7.1, Copyright (C) 1999 Quality Quorum Inc. MSP430 adaption Copyright (C) 2002 Chris Liechti and Steve Underwood GDBproxy comes with ABSOLUTELY NO WARRANTY; for details use `--warranty' option. This is Open Source software. You are welcome to redistribute it under certain conditions. Use the '--copying' option for details. notice: msp430: TI USB FET update requested notice: msp430: Initializing bootloader... notice: msp430: Erasing interrupt vectors... notice: msp430: Erasing firmware... notice: msp430: Programming new firmware... notice: msp430: 0% programmed. notice: msp430: 0% programmed. [...] notice: msp430: 98% programmed. notice: msp430: 99% programmed. notice: msp430: 0% programmed. notice: msp430: 6% programmed. notice: msp430: 13% programmed. notice: msp430: 20% programmed. notice: msp430: 27% programmed. notice: msp430: 34% programmed. notice: msp430: 41% programmed. notice: msp430: 48% programmed. notice: msp430: 54% programmed. notice: msp430: 61% programmed. notice: msp430: 68% programmed. notice: msp430: 75% programmed. notice: msp430: 82% programmed. notice: msp430: 89% programmed. notice: msp430: 96% programmed. notice: msp430: 96% programmed. notice: msp430: 0% programmed. notice: msp430: Finishing... notice: msp430: Update Complete. debug: MSP430_Initialize() debug: MSP430_Configure() debug: MSP430_VCC(3000) debug: MSP430_Identify() info: msp430: Target device is a 'MSP430F12x2/F11x2' (type 17) debug: MSP430_Configure() notice: msp430-gdbproxy: waiting on TCP port 2000 After the reprogramming just start it like that: # msp430-gdbproxy msp430 /dev/ttyUSB0 Remote proxy for GDB, v0.7.1, Copyright (C) 1999 Quality Quorum Inc. MSP430 adaption Copyright (C) 2002 Chris Liechti and Steve Underwood GDBproxy comes with ABSOLUTELY NO WARRANTY; for details use `--warranty' option. This is Open Source software. You are welcome to redistribute it under certain conditions. Use the '--copying' option for details. debug: MSP430_Initialize() debug: MSP430_Configure() debug: MSP430_VCC(3000) debug: MSP430_Identify() info: msp430: Target device is a 'MSP430F12x2/F11x2' (type 17) debug: MSP430_Configure() notice: msp430-gdbproxy: waiting on TCP port 2000 -- MfG / Regards Friedrich Lobenstock
