Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This seems related: the error
CMakeLists.txt:115-117 # Calculate the secure board target when building for non-secure board targets
string(REPLACE "/" ";" split_board_qualifiers "${BOARD_QUALIFIERS}")
list(GET split_board_qualifiers 1 target_soc) the connectkit_nrf52840 has no qualifiers according to
An example of other nrf52840 board qualifiers:
Every other board in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I thought that I had configured my west/zephyr/nrf/everything install correctly from the docs, but I'm running into a problem building the blinky sample.
I'm not sure where to go from here, and could use some guidance.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions