I am currently trying to add MCU boot to my application using sysbuild. I have done the following :
Created sysbuild.conf in application root
Created sysbuild folder in application root
Created mcuboot.conf within sysbuild folder which contains the following
I have also updated the application's prj.conf file to contain
When building the application, I use the following command from within the application root, and compilation is successful, the images are generated, and it seems to work.
But I do end up with Kconfig warnings that I need to eliminate, but have not been able to figure out how. These warnings appear while building the application and NOT mcuboot
It almost looks as though my application is including sample code from the workspace for some reason, but this has never been an issue in the past... What Kconfig values do I need to add to my application(prj.conf) and/or mcuboot(mcuboot.conf) to make these warnings go away? I have tried some combinations of the suggested dependencies, but continue to get the issue.
Thanks!