Hi DevZone Team,
when I use west to configure a project, build/zephyr_settings.txt always contains
"BOARD_ROOT":"/home/user/test/nrf"
"DTS_ROOT":"/home/user/test/nrf"
I would assume that when I configure with "west build -t nrf9160dk_nrf9160ns" the resulting build/zephyr_settings.txt contains:
"BOARD_ROOT":"/home/user/test/zephyr"
"DTS_ROOT":"/home/user/test/zephyr"
as the board nrf9160dk_nrf9160 is to be found in /home/user/test/zephyr/boards/arm
Could you explain why BOARD_ROOT is pointing to the nrf directory?
Regards
Stefan