Skip to main content
Visitor II
October 7, 2022
Question

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?

  • October 7, 2022
  • 1 reply
  • 1071 views

I am using STM32MP1 EV board.

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    November 8, 2022

    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.