Hi I am using NCS version 1.5.0 and DK version 1.0.0
If I want to build any application using nrf9160dk_nrf9160 Im getting the following error.
Traceback (most recent call last):
File "/home/bhavya/NCS_151/zephyr/scripts/list_boards.py", line 113, in <module>
dump_boards(find_arch2boards(parse_args()))
File "/home/bhavya/NCS_151/zephyr/scripts/list_boards.py", line 32, in find_arch2boards
arch2board_set = find_arch2board_set(args)
File "/home/bhavya/NCS_151/zephyr/scripts/list_boards.py", line 45, in find_arch2board_set
for arch, boards in find_arch2board_set_in(root, arches).items():
File "/home/bhavya/NCS_151/zephyr/scripts/list_boards.py", line 78, in find_arch2board_set_in
for maybe_board in (boards / arch).iterdir():
File "/usr/lib/python3.8/pathlib.py", line 1121, in iterdir
for name in self._accessor.listdir(self):
FileNotFoundError: [Errno 2] No such file or directory: '/home/bhavya/NCS_151/nrf/boards/arc'
CMake Error at /home/bhavya/NCS_151/zephyr/cmake/app/boilerplate.cmake:383 (message):
Invalid BOARD; see above.
Call Stack (most recent call first):
/home/bhavya/NCS_151/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
/home/bhavya/NCS_151/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)
CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /usr/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/home/bhavya/NCS_151/build -S/home/bhavya/NCS_151/zephyr/samples/basic/blinky -GNinja -DBOARD=nrf59160dk_nrf9160
Is it manidatory to use non-secure region in order to reach the modem and start an LTE connection, However I am able to build in non secure region .Can you please Help me out in understanding this.
Thanks & Regards