-
Notifications
You must be signed in to change notification settings - Fork 670
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
Wrong path for DSLite on macOS #1050
Comments
I'm having the same exact problem also on Catalina. Board is a MSP430G2ET. |
This is indeed a bug. The wrong version of DSLite was included in Energia 22. I will have a new release (Energia 23) later this week. For now, use Energia 21. |
Great, thank you! Is there an official place to download compiled 23? Energia.nu most recent link is to 1.8.7E21. I stumbled upon 1.8.10E22 from your post on 43oh.com's forums, but was wondering if there was a more official place to find links to early releases. Thanks! |
I modified the
It's not the best solution, but you can use it for emergency. Or you can try to compile Energia with latest msp430-core. |
@MrThanlon Thanks, your suggestion got me closer, but it looks like I have a problem specific to my board. When I try to upload my code, I get:
Looking it that EXP430G2ET2553LP directory, the ccxml file is named MSP-EXP430G2553LP.ccxml, which is a different basename than the parent directory name, causing the read error. If I rename the file to EXP430G2ET2553LP.ccxml, I get a dreaded "No USB FET was found" error. |
@robertinant The noted problem seems to persist into Energia 23. Energia 21 runs perfectly from download but 23 doesn't and gives a familiar:
I'm using the Linux version. |
@trick2011 and @robertinant just wanted to confirm that I also have the same issue, with Energia 21 working but 23 giving me the same error of
I am using the Linux version on 64 bit Ubuntu 18.04. |
I have the exact same issue on Ubuntu 18.04 and Energia E23 ... i can has fix pls? :D :D |
Just coming back to this @acidbourbon, if you use the Boards Manager to update to V1.0.7 of the MSP430 boards it fixes this issue on E23. |
Ubuntu 18.04 - I have upgraded to 1.0.7, it worked according to @jackakyle advise - Thanks! It stopped during the first firmware upgrade and now I get the following error - "One of the connected MSP-FETs / eZ-FETs debuggers needs recovery. Select 'Recover' to start the recovery process." |
Describe the expected results.
Describe the actual results.
List the steps to reproduce the problem.
It seems IDE got the wrong path of DSLite? But it works on windows version.
The text was updated successfully, but these errors were encountered: