Open robertinant opened 6 years ago
From @rei-vilo on October 21, 2018 11:25
Using instead works.
/Users/ReiVilo/Library/Energia15/packages/energia/tools/dslite/8.2.0.1400/DebugServer/bin/DSLite load -c /Users/ReiVilo/Library/Energia15/packages/energia/tools/dslite/8.2.0.1400/MSP_EXP432E401Y.ccxml -f /Users/ReiVilo/Library/Developer/Xcode/DerivedData/e-1017-MSP432-Ethernet-aositlohncfkjkcmlplmyftwchgc/Build/Products/Debug/embeddedcomputing.elf
dslite fail
I don't know if you could solve the problem, but i had to enable the option to install drivers unsigned in windows 10. After that, go to Device Manager and install the drivers specifying the path to the Energia folder. Then, reboot or close everything and try again.
For anyone experiencing this error on Windows:
In the boards manager, install the Tivac boards kit. Then, open the folder C:\Users\YOURUSERNAME\AppData\Local\Energia15\packages\energia\hardware\msp432e\5.19.0
and edit platform.txt to match the file attached:
https://gist.github.com/gjsman/83ef53f1c91d74989a5d403246021489
After doing this, Energia does work on the MSP-EXP432E401Y. (Edit: fixed folder, copied wrong one)
Thank you!
Would you mind opening a pull request with the changes?
@rei-vilo https://github.com/energia/msp432e-core/pull/8
I don't know if this fixes the necessary Tivac boards package problem or that this doesn't break other boards, however.
From @rei-vilo on October 21, 2018 10:20
Uploading from Energia to the MSP432E LaunchPad fails with the following error:
However, using UniFlash 4.4.0 works fine.
Copied from original issue: energia/Energia#1024