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

Custom Board for nRF52811 does not build applications using west tool & Zephyr RTOS

Hi! I'm new to zephyr and nRF boards.

I am trying to write a custom board using the nRF52811. When I try to build examples using the custom board using the command (syntax is given below), I get tons of warnings and errors.


west build -p auto -b <custom-board-name> path-to-application


I kindly request the support team to make this a private case before I share the files and the error messages.

Thank you.

Parents
  • Hi,

    I am not sure how you have created your board in zpehyr, but I would have copied the 'zephyr\boards\arm\nrf42840dk_nrf52811' to 'zephyr\boards\arm\nrf42840dk_nrf52811_custom_board' and renamed 3 of the files as shown below:

    Then you should be able to choose the 'nrf42840dk_nrf52811_custom_board' when building your application. Once you have verified it builds as-is it will be easier to start the modification of the 'nrf42840dk_nrf52811_custom_board' files.

    Best regards,
    Kenneth

Reply
  • Hi,

    I am not sure how you have created your board in zpehyr, but I would have copied the 'zephyr\boards\arm\nrf42840dk_nrf52811' to 'zephyr\boards\arm\nrf42840dk_nrf52811_custom_board' and renamed 3 of the files as shown below:

    Then you should be able to choose the 'nrf42840dk_nrf52811_custom_board' when building your application. Once you have verified it builds as-is it will be easier to start the modification of the 'nrf42840dk_nrf52811_custom_board' files.

    Best regards,
    Kenneth

Children
No Data
Related