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

tool-openocd not being installed for upload #6

Closed
pfeerick opened this issue Jun 27, 2019 · 1 comment
Closed

tool-openocd not being installed for upload #6

pfeerick opened this issue Jun 27, 2019 · 1 comment
Labels

Comments

@pfeerick
Copy link

pfeerick commented Jun 27, 2019

This package is not being automatically installed (when not present) when trying to upload to the TI LaunchPad (Tiva C) w/ tm4c123 (80MHz) - lptm4c1230c3pm - hence causing the upload to fail.

"tool-openocd": {
"type": "debugger",
"optional": true,
"version": "~2.1000.0"
}

with platformio.ini consisting of

[env:lptm4c1230c3pm]
platform = titiva
board = lptm4c1230c3pm
framework = energia

openocd is found after running platformio platform install titiva --with-package tool-openocd

Applies to stable and beta.

Forum reference: https://community.platformio.org/t/ti-launchpad-tiva-c-upload-error/8407

@ivankravets
Copy link
Member

Thanks! Please update to https://github.com/platformio/platform-titiva/releases/tag/v2.0.8

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

No branches or pull requests

2 participants