This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Programming nRF52832 from embedded linux

We are developing embedded linux platform and nRF52832 will be bluetooth peripheral. Since there will be an option to update linux kernel/file system we would like to be able to program nRF52832 from the embedded linux(ARM-Cortex A9) platform.

I hoped that there will be an ROM bootloader in nRF like most of the ARM MCU vendors have, but I can't find anything related to that.

nrfjtool is not an option since it's not open source so we can't compile it using gnueabihf.

Are there any other alternatives?

Related