On SDK 2.0.2, I was able to load peripheral_uart with CONFIG_BOOTLOADER_MCUBOOT=y and successfully update both the app core and net core using the thingy53. However when moving the configuration changes to our custom board I see that the thingy53 configs use the onboard MX25R64 external flash to store the net core image as well as a image-2 in ramdisk which looks to hold the image when copying to the network core.
Our custom board had no requirements for external flash so it was not included in the current revision, is there a way to get the network core updates to work without it?1