Unsupported boards

Hi

I have just tried to build the rgb_led in VS using 1.9.1 SDK it fails to build I think due to unsupported board, I am using  the PCA10056(nrf52840DK) I think this can be changed in the

devicetree having never used this can someone assist please. attached is a screen shot.

Regards

David

Parents
  • Hi David,

    An overlay file is something that we need to create.. Any changes that you need to make in the Device tree can be made without changing the original .dts file by adding the changes in a separate overlay file... You have to open notepad, add the changes you need to make in the device tree and save it with the extension .overlay in the project folder.. The naming should be as I have written depending upon the board used.. 

    Regards,

    Swathy

Reply
  • Hi David,

    An overlay file is something that we need to create.. Any changes that you need to make in the Device tree can be made without changing the original .dts file by adding the changes in a separate overlay file... You have to open notepad, add the changes you need to make in the device tree and save it with the extension .overlay in the project folder.. The naming should be as I have written depending upon the board used.. 

    Regards,

    Swathy

Children
No Data
Related