NCS: MCUBoot RTT Logs lost when performing DFU

We have difficulties to get RTT prints from MCUBoot while performing DFU.

As far as I understand Segger RTT is reinitialized when booting Application and this might be the reason of lost MCUBoot log messages.

One solution I have tried to set CONFIG_SEGGER_RTT_SECTION_DTCM=y, but this did not help.

Any suggestions on how to retrieve MCUBoot log printed during DFU?

Parents Reply
  • Hi, i am also having issues with RTT. When i enable mcuboot i cant see any output from the application and mcuboot. i have tried to disable rtt in mcuboot by putting:

    CONFIG_USE_SEGGER_RTT=n
    CONFIG_LOG_BACKEND_RTT=n
    CONFIG_MCUBOOT_UTIL_LOG_LEVEL_OFF=y
    CONFIG_LOG=n

    in child_image/mcuboot.conf
    but i still get no output, do i need to disable anything else?

Children
Related