1) Initiate the UIF
mspdebug uif -j -d /dev/ttyUSBx
2) Start the gdb proxy in mspdebug on port 2000
gdb 2000
3) Connect to mspdebug using msp430-gdb
msp430-gdb
Initialization commands:
set remoteaddresssize 64 set remotetimeout 999999 target remote localhost:2000 set download-write-size 2000 set remote memory-write-packet-size 2000 set remote memory-write-packet-size fixed set remote memory-read-packet-size 2000 set remote memory-read-packet-size fixed
Original msp430bsl doesn't work with TMote due the special hardware. Use this specially patched msp430-bsl and replace the original one in /opt/mspgcc/bin/
The archive includes a dir „serial“. You have to add it, too.