boards/common/remote: fix mis-migrated path for flash/reset#10472
Merged
jcarrano merged 1 commit intoRIOT-OS:masterfrom Nov 27, 2018
Merged
boards/common/remote: fix mis-migrated path for flash/reset#10472jcarrano merged 1 commit intoRIOT-OS:masterfrom
jcarrano merged 1 commit intoRIOT-OS:masterfrom
Conversation
The path to flash/reset/debug was not migrated correctly when moving to `remote-common` (even before `common/remote`).
This was referenced Nov 26, 2018
jcarrano
approved these changes
Nov 27, 2018
Contributor
jcarrano
left a comment
There was a problem hiding this comment.
I don't have jlink, but this is about the scripts being found or not, and that fixes it (I tried the commands posted).
Contributor
Author
|
Thanks for reviewing. As the change breaking it is likely to be this one 8d07c01#diff-9f122f733b5127db6637053c7f2bbd4f it means it was not working for 2 years. |
Contributor
This raises some questions:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
The path to flash/reset/debug was not migrated correctly when moving to
remote-common(even beforecommon/remote).Testing procedure
Trying
reset,flash-only,debugshould use the file inboards/common/remote/distwhen usingPROGRAMMER=jlinkfor boards depending oncommon/remote.Here it fails as JlinkExe is not found which shows the right script is used.
In master the script is not found as using the wrong path:
Issues/PRs references
Found while testing #10471