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?
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.