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

Build nRF Connect SDK Project via Command Line

Hi,

I'm working on an application for the nRF9160 using the nRF Connect SDK. I want to integrate this app into our build system and thus would like to be able to build the project via the command line. One thing I'm concerned about is what operations Segger EM Studio is doing behind the scenes when you click "Open nRF Connect SDK Project... ". Doing this links all of the Zephyr files as well as the GNU ARM Embedded Toolchain files.

So my question is, Is there a way to replicate this on our build server using the command line?

- Jack

Parents
  • Jack,

    I have not begun to develop the nRF9160 to date, but my nRF52 series development utilizes the armgccs folder of the SDK. This only requires a text editor and a command line interface with the complete toolchain in place. I do think it is very effective, but there is a slight learning curve from compiling to programming the chips. I  will attach a recipe for the toolchain on to a windows 10 machine. The recipe places the toolchain on to a work environment but I am not sure you should have any problem putting this on to a server. Good luck!

    Nordic Semiconductor Toolchain Setup.docx

Reply
  • Jack,

    I have not begun to develop the nRF9160 to date, but my nRF52 series development utilizes the armgccs folder of the SDK. This only requires a text editor and a command line interface with the complete toolchain in place. I do think it is very effective, but there is a slight learning curve from compiling to programming the chips. I  will attach a recipe for the toolchain on to a windows 10 machine. The recipe places the toolchain on to a work environment but I am not sure you should have any problem putting this on to a server. Good luck!

    Nordic Semiconductor Toolchain Setup.docx

Children
No Data
Related