-
I have two apps that I want to configure and build with sysbuild. The apps are under What are your suggestions in this case. I also have mcuboot enabled for both app so a single sysbuild.conf would be very nice.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Not supported, you need a primary image. Note that sysbuild is designed for building one project, not for building multiple at the same time, so one project might consist of multiple images for a single device but should not really consist of 2 completely independent and different applications that e.g. occupy the same regions in memory (although building will still work for that, it is just not designed for that usecase) |
Beta Was this translation helpful? Give feedback.
Not supported, you need a primary image. Note that sysbuild is designed for building one project, not for building multiple at the same time, so one project might consist of multiple images for a single device but should not really consist of 2 completely independent and different applications that e.g. occupy the same regions in memory (although building will still work for that, it is just not designed for that usecase)