Hi,
I've been building nRF52840 applications from the command line using the zephyr RTOS for a while, but having taken delivery of the Thingy:91, am unable to get the hello_world sample to build.
https://docs.zephyrproject.org/latest/samples/hello_world/README.html
I'd be surprised if the Thingy:91 was not supported by the zephyrr RTOS, which boards are listed as follows:
https://docs.zephyrproject.org/latest/boards/index.html#boards
Which supported board target do I use as the west build target to build the hello_world sample?
The following build target (nrf9160dk_nrf52840) is clearly wrong (or is it? It throws an error when executing this command):
west build -p auto -b nrf9160dk_nrf52840 samples/hello_world
Does anyone know the correct build target to use - or if the above west CLI command is poorly constructed, know the correct one to use?
The build output from the above command is attached on the CommandLineBuild.txt file below.
Thanks!
