This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Custom board workaround

Hi, is the workaround of modifying the boilerplate.cmake file (as shown here https://devzone.nordicsemi.com/f/nordic-q-a/49719/how-to-create-a-custom-board-file-for-the-nrf9160/199883#199883) still required for adding a custom board?

Thanks

Parents Reply
  • Hi Devin, thank you for your quick reply. If I copy the my_board folder in e.g zephyr/boards/arm/ I can use the board, so I think the structure is correct. However if my folder is in "root repo/my_support_repo/boards/arm/my_board" it does not work. I might have to spend some more time to make sure the build variables and everything are properly set, but it is pretty frustrating that west does not give more hints than just "No board named 'stamp_nrf9160' found".

    I am wondering why it only lists the boards in the zephyr/board repository, I do not see the boards from the ncs/nrf/boards directory...

    Anyway, thanks again for your post.

Children
Related