cancel
Showing results for 
Search instead for 
Did you mean: 

I want to use additional UART port in u-boot along with existing UART console. How can I do that, I had made necessary changes in dts file, like enabling the status to OKAY. I am stuck at, How to initialize a particular serial port using u-boot cmd?

C Kumar
Associate

I am using STM32MP1 EV board.

1 REPLY 1
PatrickF
ST Employee

Hi @C Kumar​ 

I fear than default uBoot commands does not manage any UART other than the console. You should write your own commands inside uBoot for that.

Regards.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.