Hi Jared,
I successfully build and flash the blinky sample code into the feather board.
While I was testing the agps sample code got some error on cmd due to Kconfing files. Do I need to edit Kconfig file?
Error is listed below:
error: Aborting due to Kconfig warnings
CMake Error at C:/Users/rahul/ncs/v1.3.1/zephyr/cmake/kconfig.cmake:217 (message):
command failed with return code: 1
Call Stack (most recent call first):
C:/Users/rahul/ncs/v1.3.1/zephyr/cmake/app/boilerplate.cmake:506 (include)
C:/Users/rahul/ncs/v1.3.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
C:/Users/rahul/ncs/v1.3.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)
CMakeLists.txt:9 (find_package)
– Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: ‘C:\Users\rahul\ncs\v1.3.1\toolchain\opt\bin\cmake.EXE’ ‘-BC:\Users\rahul\ncs\v1.3.1\nrf\samples\nrf9160\agps\build’ ‘-SC:\Users\rahul\ncs\v1.3.1\nrf\samples\nrf9160\agps’ -GNinja -DBOARD=circuitdojo_feather_nrf9160ns
If there are any changes need to be done in the Kconfig file?