fail to build the sample project with MCUboot on ncsV2.6.1

NCS version :      v2.6.1

target board:       nrf5340dk_nrf5340_cpuapp_ns

sample project:   "ncs\v2.6.1\zephyr\samples\application_development\sysbuild\with_mcuboot"

I use this command to build the project with MCUboot,but an error occurred during compilation:

E:\ncs\v2.6.1\zephyr\samples\application_development\sysbuild\with_mcuboot> west build -b nrf5340dk_nrf5340_cpuapp_ns --sysbuild

Parents
  • Hello,


    I suspect this issue might be due to the limited support for sysbuild in NCS version 2.6.1. The sample in question is no longer present in version 2.7.0. I tested the same sample in version 2.6.1 and encountered a similar error. However, when I tried the sample without using sysbuild, it built successfully. This result is unexpected, as the sample is specifically designed to demonstrate how to configure sysbuild.

    I also tested the smp_svr sample with sysbuild in both NCS v2.7.0 and v2.6.1, and it worked fine in both versions. Could you please try using sysbuild with NCS v2.7.0 and let me know if you encounter any issues?

    Kind Regards,

    Abhijith

Reply
  • Hello,


    I suspect this issue might be due to the limited support for sysbuild in NCS version 2.6.1. The sample in question is no longer present in version 2.7.0. I tested the same sample in version 2.6.1 and encountered a similar error. However, when I tried the sample without using sysbuild, it built successfully. This result is unexpected, as the sample is specifically designed to demonstrate how to configure sysbuild.

    I also tested the smp_svr sample with sysbuild in both NCS v2.7.0 and v2.6.1, and it worked fine in both versions. Could you please try using sysbuild with NCS v2.7.0 and let me know if you encounter any issues?

    Kind Regards,

    Abhijith

Children
No Data
Related