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

dslite mismatch #6

Open
JRDavisUF opened this issue Jun 14, 2019 · 3 comments
Open

dslite mismatch #6

JRDavisUF opened this issue Jun 14, 2019 · 3 comments

Comments

@JRDavisUF
Copy link

Energia21, v5.19.0 of platform.txt references dslite 7.2.0.2096

However a different version of dslite gets installed. In order to get the correct version, I must install the TivaC board.. It seems like there is a mismatch between the dslite version that the v5.19.0 msp432e board is installing and the platform.txt file

@JRDavisUF
Copy link
Author

@JRDavisUF
Copy link
Author

JRDavisUF commented Jun 14, 2019

Energia v21 / 5.19.0 / platform.txt changes

The changes below will fix this issue as well as the fails to load issue (#1):

#tools.dslite.path={runtime.tools.dslite-7.2.0.2096.path}
tools.dslite.path={runtime.tools.dslite-8.2.0.1400.path}

#tools.dslite.upload.pattern={cmd.path} {upload.verbose} load -c "{config.path}/EK-TM4C1294XL.ccxml" -f "{build.path}/{build.project_name}.elf"
tools.dslite.upload.pattern={cmd.path} {upload.verbose} load -c "{config.path}/MSP_EXP432E401Y.ccxml" -f "{build.path}/{build.project_name}.elf"

@rei-vilo
Copy link
Member

See Suggestion: Consolidate tool-chains and utilities #1051 at energia/Energia#1051

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

2 participants