Hello,
Can anyone know how to print MCUboot info on serial debug terminal or Normal Debug terminal using COM port?
What are the Configurations to be added for this?
Thanks in Advance!
Hello,
Can anyone know how to print MCUboot info on serial debug terminal or Normal Debug terminal using COM port?
What are the Configurations to be added for this?
Thanks in Advance!
Hello!
Could you try CONFIG_MCUBOOT_LOG_LEVEL_DBG=y and CONFIG_MCUBOOT_UTIL_LOG_LEVEL_DBG=y?
Best regards,
Elfving
The above-mentioned config line needs to be added on mcuboot.config file or prj.config file
Put it in bootloader/mcuboot/boot/zephyr/prj.conf.
Best regards,
Elfving
Put it in bootloader/mcuboot/boot/zephyr/prj.conf.
Best regards,
Elfving
Thanks, I got that!