This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

RTT Logging with mcuboot

Is the mcuboot module compatible with RTT logging? I've setup mcuboot and my main application but cannot see any logging.

I have the following in both prj.conf & mcuboot.conf

CONFIG_SERIAL=y
CONFIG_LOG=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_LOG_BACKEND_RTT=y
CONFIG_LOG_IMMEDIATE=y

I tried with the 9160 and the 52840

Related