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

    Okay, so what the issue is here is that when building for the nRF5340, you need to have partitions for both the app and net core on for the nRF5340. The easiest way to fix this would be to choose "no sysbuild" when building your application, as well as following steps 6 and onwards of the FOTA over BLE course in the DevAcademy Bootloaders and DFU lesson here. Make sure to choose v2.6.2 documentation, as we're still working on the course for sysbuild. https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders-and-dfu-fota/ 

    Best regards,

    Simon

  • Hi Simon,

    the `no sysbuild` option does not change the fact that the process ends again with
    the following messages:

    ninja: build stopped: subcommand failed.
    FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\ce3b5ff664\opt\bin\cmake.EXE' --build 'c:\nordicprogs\light_bulb_1\build'

    * The terminal process terminated with exit code: 1.
    * Terminal will be reused by tasks, press any key to close it.


    In the build process, which I have submitted in detail in the last post, a total of 6 error and failed messages
    appear, which I see as a starting point for troubleshooting or am I seeing this wrong?

    Also, I don't understand what this has to do with FOTA over BLE, which I don't even want to use.

    Best regards,

    Klaus

Reply
  • Hi Simon,

    the `no sysbuild` option does not change the fact that the process ends again with
    the following messages:

    ninja: build stopped: subcommand failed.
    FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\ce3b5ff664\opt\bin\cmake.EXE' --build 'c:\nordicprogs\light_bulb_1\build'

    * The terminal process terminated with exit code: 1.
    * Terminal will be reused by tasks, press any key to close it.


    In the build process, which I have submitted in detail in the last post, a total of 6 error and failed messages
    appear, which I see as a starting point for troubleshooting or am I seeing this wrong?

    Also, I don't understand what this has to do with FOTA over BLE, which I don't even want to use.

    Best regards,

    Klaus

Children
No Data
Related