Hi, I followed this:
http://processors.wiki.ti.com/index.php/Blink_your_first_LED
After playing with setting P1OUT (P1OUT^= 0x01; or P1OUT ^= 0x41; and so on) to different values I got stuck with this echo "Error connecting to the target: Could not find device (or device not supported)".
If I past again the original code from the tutorial webpage, it does not change anything and it is stucked still.