BOARD_ROOT

I am working with SDK v2.3.0 and a custom board with nRF9160

When I wanted to start my project again after some time, the build configuration had disappeared.

And creating a new one is no longer possible. While building the configuration, the following message appears:


Fullscreen
1
2
3
BOARD_ROOT element without a 'boards' subdirectory:
/usr
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

But the west command has this option

Fullscreen
1
-DBOARD_ROOT:STRING="c:/Repos/Nordic/YYYYY"
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Apparently BOARD_ROOT is being overwritten. What could be the cause of that?