platformio / platform-timsp430

TI MSP430: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/timsp430
Apache License 2.0
18 stars 16 forks source link

Upload not working on Linux #12

Open pfeerick opened 5 years ago

pfeerick commented 5 years ago

tl;dr - It looks like the uploader package needs an update for linux, as it is currently failing on a 64bit linux install.

Just remember that PlatformIO has support for the MSP430s also, so dug my MSGP-ESP430G2 launchpad out, and tried to program a 2553 series chip with a simple blink sketch. The toolchain installed fine, compiled fine, and failed to upload with a

error while loading shared libraries: libusb-0.1.so.4: cannot open shared object file: No such file or directory

I then tried installing Energia (the Energia 1.8.7E21 (10/17/2018) release), and it worked fine out of the box. I noticed that the uploader, mspdebug had changed version though, from 0.22 to 0.24, so deleted the tool from .platformio/packages/tool-mspdebug/and copied just the mspdebug binary into it's place, and it's working fine now.

pfeerick commented 5 years ago

Binary used : mspdebug.tar.gz