Arduino_Boards icon indicating copy to clipboard operation
Arduino_Boards copied to clipboard

Incorrect nrfutil linking for Sparkfun nRF52832 Breakout

Open dcellucci opened this issue 7 years ago • 2 comments

Hello,

I was having trouble compiling sketches using the Sparkfun board definition for the nRF52832, and I ended up identifying that the nrfutil executable linked in platform.txt was faulty. I am running OSX 10.10 with Xcode CLT 7.2 and Anaconda 4.1.6. I suspect it's because the version of nrfutil in this repository was built for a later version of OSX (it says it was built for 10.12)

I found that replacing the nrfutil in the Sparkfun/tools folder with a symlink to the executable whose path is found using which nrfutil fixed the problem. However, probably something more robust is in order.

dcellucci avatar Dec 02 '16 21:12 dcellucci

@jimblom think you could take a look at this?

ToniCorinne avatar Feb 13 '17 16:02 ToniCorinne

Ran into this same issue, 8 months later. It should be as simple as SparkFun simply rebuilding the package with the OS target being an earlier version like 10.9 or 10.10.

dsanders11 avatar Jul 28 '17 02:07 dsanders11