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:


 BOARD_ROOT element without a 'boards' subdirectory:

  /usr
  

But the west command has this option

-DBOARD_ROOT:STRING="c:/Repos/Nordic/YYYYY"

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

Related