To build my own application or to programm the nRF9160 DK i have to work with SEGGER Embedded Studio, which i have already installed.
In the next step i have to do the following steps:
To import a project into SES, you must specify the following information:
- CMakeLists.txt - the location of the
CMakeLists.txt
project file of the sample that you want to work with
i.e.C:\Users\ZIEGER\ncs\v1.3.1\zephyr\samples\basic\blinky\CMakeLists.txt
- Board Directory - the location of the board description of the board for which to build the project
i.e.C:\Users\ZIEGER\ncs\v1.3.1\zephyr\boards\arm\nrf9160_pca10090
- Board Name - the board name (select from the list that is populated based on the board directory)
i.e.nrf9160_pca10090
- Build Directory - the directory in which to run the build (automatically filled based on the board name, but you can specify a different directory)
i.e.C:\Users\ZIEGER\ncs\v1.3.1\zephyr\samples\basic\blinky\build_nrf9160_pca10090
- Clean Build Directory - select this option to ensure that you are not building with an outdated build cache
I dont know where i can find CMakeList.txt, where can i find it ?
What are those steps important for ?
What do i have to download ?