Build own custom board on nrf Connect SDK(Devicetree)

Hello,

hello i have created my own devicetree (.dts) file for a self developed board(nrf52dk_nrf52832_customer) based on the nrf52 chip. So I created an folder( named: nrf52dk_nrf52832_customer)  at the following file path:

 ncs\v2.3.0\zephyr\boards\arm\nrf52dk_nrf52832_customer.

he devicetree can be found at this file path:

How can I now flash an application on the customer board. In Visual Studio Code the board does not appear (see picture), So I can not build the whole thing.

Parents
  • thank you for your answer. I tried it with the video. However it dosnt work. When I want to build it with the west build commands.The following error appears: 

    I did some research and found out that you can also create custom boards with VS Studio code. Is there maybe an instruction or something like that, how I have to proceed exactly here. I have tried it via the Create a new board button to proceed (see picture).  After I have then clicked on Create Board a board file is created. But how can I now build an application.

Reply
  • thank you for your answer. I tried it with the video. However it dosnt work. When I want to build it with the west build commands.The following error appears: 

    I did some research and found out that you can also create custom boards with VS Studio code. Is there maybe an instruction or something like that, how I have to proceed exactly here. I have tried it via the Create a new board button to proceed (see picture).  After I have then clicked on Create Board a board file is created. But how can I now build an application.

Children
Related