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

Add OpenOCD support #35

Open
jrvanwhy opened this issue Feb 13, 2020 · 1 comment
Open

Add OpenOCD support #35

jrvanwhy opened this issue Feb 13, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@jrvanwhy
Copy link

OpenSK uses tockloader to deploy the kernel and apps, and currently passes flags that cause tockloader to invoke JLinkExe. We should allow users to use OpenOCD instead of JLinkExe, by making the flags passed to tockloader configurable/changable.

Additionally, because distributions often have an outdated version of OpenOCD that cannot deploy to a nrf52840-DK, OpenSK should allow users to use a custom version of OpenOCD. I've already opened tock/tockloader/pull/52 to enable tockloader to invoke a custom version of OpenOCD.

@jrvanwhy
Copy link
Author

The tockloader PR (tock/tockloader#52) has been merged. I opened the following issue to get support for OpenOCD arguments added to tock: tock/tock#1626

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

No branches or pull requests

2 participants