Hi,

 

We would need to use UART2 in final stages of A-T-F. (UART0 and UART3 works fine)

We seem to be able to initialize and direct prints but nothing is transmitted at UART2 TX.

Have anybody successfully used UART2 for log prints ?

 

Thanks,

Stefan

 

---

 

/plat/hikey/platform.mk:

-CONSOLE_BASE           :=      PL011_UART3_BASE
-CRASH_CONSOLE_BASE     :=      PL011_UART3_BASE
+CONSOLE_BASE           :=      PL011_UART2_BASE
+CRASH_CONSOLE_BASE     :=      PL011_UART2_BASE

/plat/hikey/hikey_def.h:

+#define PL011_UART2_BASE        0xF7112000