This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Changing nRfConnect configuration persistently

Hello,

I'm using Segger Embedded Studio (SES) (on Windows 10) with nRfConnect SDK and nrf5340 processor. 

In SES I can oben a graphical view of the configuration through the menu Project / Configur nRF Connect SDK Project. The changes I do there will be stored in <Build Dir>/Zephyr/.config. The changes are also taken and it works for this settup.

But when I want to make a copy of the Project, or a colleque of mine want to take it, I have to create the whole Project in SES new (Menu File / Open nRF Connect SDK Project). This will then only take CMakeLists.txt and prj.conf and create the whole Build Directory new. "My"/"The old" Build Directory can't be taken as there are full absolute pathes in all the files, which of Course don't fit anymore. But then the changes I've done via the GUI are gone.

I tried to take the generated /Zephyr/.config file as prj.conf in my "main" Directory. But Run CMake in the Project menu of SES failed with the message "inclomplete Project file".

I got it manually working by open the graphical view again and load there my original Zephyr/.config. But I guess this is not the Right workflow.

So how do I get my changes so stored, that someone else can use it?

According my current understanding even the whole Build Directory should not be stored in GIT, It even has wrong pathes to my stuff (not the SDK and I assume we all have installed the SDK in the same Directory, not below users). Unfortunately the whole SES solution is then also gone and I have to recreate all new.

BR
Erwin

Parents Reply Children
No Data
Related