Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload not working on Linux #12

Open
pfeerick opened this issue Aug 9, 2019 · 1 comment
Open

Upload not working on Linux #12

pfeerick opened this issue Aug 9, 2019 · 1 comment

Comments

@pfeerick
Copy link

pfeerick commented Aug 9, 2019

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
Copy link
Author

pfeerick commented Aug 9, 2019

Binary used :
mspdebug.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant