-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Feature Request - ARM tool-openocd #674
Comments
We don't have binaries for Linux ARM. See full list https://bintray.com/platformio/dl-packages/tool-openocd/view#files Could you provide us OpenOCD binaries? |
Sure, I could do that. Is there a specific way things need to be packaged? Or just regular build directory is fine? |
Take a look at these examples https://bintray.com/platformio/dl-packages/tool-openocd/view#files |
So I've built the package, but I notice that each package has a "bin/openocd.bin" but I don't know what this is or how to make it. Probably just my unfamiliarity with the platform. |
Please archive it and share somewhere. I'll take a look. |
Here is the package so far: |
It requires login/pass. Please attach archive here. |
sorry i forgot to edit the permissions, should work now. I'm on the road so I can't attach it atm. Thanks |
Thanks. I've just added this package to the repo. Please test. |
OK, looks like all is good. Thanks for the quick help. |
Happy Coding with PlatformIO! 😊 |
* develop: Version bump to 2.9.2 (issues #641, #645, #648, #652, #664, #665, #666, #671, #674) Fix issue with ARM mbed framework when abstract class breaks compile for LPC1768 // Resolve #666 Fix issue with ARM mbed framework and multiple definition errors on FRDM-KL46Z board // Resolve #641 List embedded boards in docs Fix multiple definition in mbed framework when using abstract class // Issue #641, #666 Add "stlink" as the default uploader for STM32 Discovery boards // Resolve #665 Implement grep serial ports for Windows Remove unused imports Minor improvements Fix PyLint's "misplaced-comparison-constant" Use $PROGNAME instead static name when looking for the firmware Update title of the article Add new articles Link Community Forums FAQ with Docs FAQ Grep for "/dev/cu.*" on OS X Skip grep search for serial ports on Windows machines Improve firmware uploading to Arduino Leonardo based boards Add MinGW to the PATH # Conflicts: # docs/index.rst # docs/platforms/creating_board.rst # docs/projectconf.rst # docs/userguide/platforms/cmd_install.rst # platformio/__init__.py # platformio/builder/scripts/atmelavr.py # platformio/builder/scripts/atmelsam.py # platformio/builder/scripts/frameworks/mbed.py
When I try to upload to my Due from Raspberry Pi I get the message "Error: The package 'tool-openocd' is not available for your system 'linux_armv7l'"
How do I either install this manually or can you guys add the package to your repo?
The text was updated successfully, but these errors were encountered: