Hello, I need help understanding how MCUBOOT produces signed_by_b0_app.hex file from app.hex on the network core of nrf5340. My goal is to have a DFU updatable hex file (net_core_app_moved_test_update.hex), and from what I understand I can get it by signing signed_by_b0_app.hex with imgtool. I am using ncs2.6.1 and using IPC sample that has a remote as a child image running on the network core. I am able to produce the app.hex, zephyr.hex, remote_merged.hex, andd zephyr.bin for the network core, but I can't get the net_core_app_moved_test_update.hex, net_core_app_to_sign.bin, or net_core_app_update.bin. Please help. I also tried to migrate on ncs2.7.0, but when I enable SB_CONFIG_SECURE_BOOT_NETCORE, I get partition errors. Anyone with a guide on how to build a DFU updatable custom network application for nrf5340, with sysbuild or child image would be appreciated. I am currently trying to get \nrf\samples\ipc\ipc_service working. Thank you.