how to see logs from mcuboot while bootinng of nrf5340
how to see logs from mcuboot while bootinng of nrf5340
Hi aiswarya.
Use Sysbuild approach, add this config setting in (sysbuild/mcuboot.conf)
CONFIG_LOG=y
CONFIG_MCUBOOT_LOG_LEVEL_INF=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
Thanks and regards
Nishant
This works.. Thanks:)
This works.. Thanks:)