boards/frdm: update openocd version requirements#12470
boards/frdm: update openocd version requirements#12470aabadie merged 2 commits intoRIOT-OS:masterfrom
Conversation
OpenOCD 0.10 is out from early 2017, all stable Linux distros provide this version now.
Add the need to have a built from source version of OpenOCD for kw41z and give the url of the commit adding the change in OpenOCD
CC'ing @MrKevinWeiss then. |
|
Thanks for the heads up. Let me run it! |
|
So far it looks like flash on the |
What distribution are you using? |
But we use ansible to compile openOCD from sources I think (this is more a @smlng thing): |
|
yes we compile openocd from source, which include the respective commit for kw41z by @gebart |
Thanks @smlng. So I guess we are good here. |
Yep, ACK! |
Contribution description
This PR drops the
Makefile.includecode and OpenOCD config related to older versions of OpenOCD (<0.10) for the NXP FRDM boards.It also document the need for a built from source and more recent version of OpenOCD for KW41Z CPU models.
Testing procedure
The following command should work with an OpenOCD version >= 0.10:
The following command should work with a built from OpenOCD version that is earlier than openocd-org/openocd@2c8602e:
Issues/PRs references
fixes #10857 (according to #10857 (comment), only the doc is missing and this is added by 4c794c1)