How to force mcuboot to use a specific serial port for log output

Hi,How can I force mcuboot to use a specific serial port for logging?

chosen {
zephyr,uart-mcumgr = &uart0;
zephyr,console = &uart1;
zephyr,shell-uart = &uart1;
zephyr,bt-mon-uart = &uart1;
zephyr,bt-c2h-uart = &uart1;
};
Playing with the above, seem to force the application logs to uart1 ,but mcuboot logs always seem to go to the uart0.
I am testing on a Raytac_mdbt50q_db_33_nrf52833 board. I am using v2.6.99-CS1 SDK. Builds on v2.7.0 seem to behave the same.

What am I missing??

Thanks
-
Parents Reply Children
No Data
Related