boards/cc2538: use FLASHFILE for boards using cc2538-bsl.py#11569
Merged
MrKevinWeiss merged 2 commits intoRIOT-OS:masterfrom May 23, 2019
Merged
boards/cc2538: use FLASHFILE for boards using cc2538-bsl.py#11569MrKevinWeiss merged 2 commits intoRIOT-OS:masterfrom
MrKevinWeiss merged 2 commits intoRIOT-OS:masterfrom
Conversation
OFLAGS is set by the `.bin` and `.hex` rules no need to define it anymore.
Update to use FLASHFILE as file to be flashed on the board.
MrKevinWeiss
approved these changes
May 23, 2019
Contributor
Author
|
Thank you for the review! |
Member
|
Did this PR interfere with/ or fix #9851? |
49 tasks
Contributor
Author
Member
|
That would be cool! No objections waiting for #11554 |
Contributor
Author
|
It's merged, now I need to work, damn :D |
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
Update to use FLASHFILE as file to be flashed on the board.
This also removes
OFLAGSthat is set byMakefile.includein the.binand.hexrules.Testing procedure
Flash on a board using the
cc2538-bsl.pyand also by connecting ajlinkto flash it withPROGRAMMER=jlink.(I do not have any at the moment)
Testing without a board
The output of the
FFLAGSis the same onmasterand thisPRwith the default andjlinkprogrammercc2538
for board in ${CC2538_BOARDS}; do echo ${board}; BOARD=${board} make -C examples/hello-world --no-print-directory flash-only FLASHER=true PORT=none; doneJlink
for board in ${CC2538_BOARDS}; do echo ${board}; BOARD=${board} PROGRAMMER=jlink make -C examples/hello-world --no-print-directory flash-only FLASHER=true PORT=none; doneIssues/PRs references
Part of #8838