Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.51 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.51 KB

Linux ♡ LaunchPads

stlink energia mspdebug openocd lm4tools

TI MSP430 LanunchPad cdc-acm kernel module fix

Symptoms

The serial connection to MSP430 LaunchPad is really screwed up.

Running dmesg shows lines like: tty_port_close_start: tty->count = 1 port count = 0

Install

For kernels v3.0 .. v3.2+ (e.g. Ubuntu LTS 12.04)

git clone git://github.com/capnm/LaunchPad.git
cd LaunchPad/cdc-acm/fix-msp430lp-serial
./install.sh

udev rules

cd etc-rules-udev.d
./install.sh

add LaunchPad users to the "access external storage devices" group

sudo usermod -a -G plugdev USERNAME

Links / Notes

Credits