nRF Studio (VC Code) don´t work with Matter Examples

I'm using nRF Studio Visual Studio Code. (SDK and Toolchain v.2.7.0) with the nRF7002 Development Kit.
The Blinky example have worked fine and also the other things as shown in the Video tutorials.

However, I am unable to generate a Matter example (LightBulb) on this basis, both under Windows and MacOS.
The same errors always occur: Kconfig warnings and Cmake errors. What's going wrong here? I ask for help.

Parents
  • Hi Klaus

    The very bottom of the build log doesn't tell us much I'm afraid, it's the lines marked here that tell us more about what the underlying issue of the build error is. So do you still see the same error message here when not using sysbuild, or is it something else?

    The FOTA and bootloaders course can show you how to set up partitions for multi-image builds on the nRF5340. It is covered in this lesson because it was the natural place to put a partitioning introduction, which seems to be what the problem of project is.

    Best regards,

    Simon

Reply
  • Hi Klaus

    The very bottom of the build log doesn't tell us much I'm afraid, it's the lines marked here that tell us more about what the underlying issue of the build error is. So do you still see the same error message here when not using sysbuild, or is it something else?

    The FOTA and bootloaders course can show you how to set up partitions for multi-image builds on the nRF5340. It is covered in this lesson because it was the natural place to put a partitioning introduction, which seems to be what the problem of project is.

    Best regards,

    Simon

Children
No Data
Related