Hey I'm currently trying to update the nrf9160DK_52840s bootloader through the nrf9160DK_9160 by which i mean:
-Send bootable image_52 over LTE or USB to 91
-Have a check on the 91 if its an image_52 or image_91
-if its an image_52 pass it over UART to the 52
-Update the 52 with mcu boot
Currently I have been able to update the 52 over bluetooth and establish a UART communication between the two chips (sending and receiving strings), but I don't know how to precede on the image check. Do you have any samples that could point me in the right direction?