Hi,
I'm doing some changes to the bootloader to be able to copy the old app in bank 0 to another extra bank (bank 2) in case of needing to do a rollback without connection to the central device.
However, if I try to see the logs of the OTA process using the J-Link RTT Client, I will only be able to see the logs after the update because there is a reset when a new app is programmed.
Is there a better workflow I can use to see the logs while the update is happening? Before the update, I stop getting logs when the device goes from the app to DFU mode.
I'm using the secure bootloader `pca10056_s140_ble_debug`.
Thanks in advance.