Hi there,
The nrf5340_audio application provides a -DFILE_SUFFIX=fota
overlay that adds FOTA capabilities to the application. This FOTA is introduced via Sysbuild configuration files. This configuration compiles successfully.
Instead of FOTA, I would like to enable Serial Recovery mode with CDC ACM transport.
I have successfully enabled this mode on the nRF5340 with other samples that don't use Sysbuild. I achieved this by following the relevant samples at https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk/tree/main/bootloader_samples/serial_recovery. This allows me to update the application and network core with two separate .bin files contained within the dfu_application.zip. I believe this is called non-simultaneous DFU.
However, I can't get the same KConfig options working in Sysbuild in the nrf5340_audio application.
My file structure is:
sysbuild.conf