This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using UART1 for terminal communication

Hi, I'd like to use UART1 instead of UART0 for console access.  

I have a custom board based on the am335x EVM.  The UART0 connections were pinmuxed to SPI1 based on the available SPI connections.  So, the serial port was connected to UART1.  I have board jumpers that let me connect up to UART0 to see that everything is booting using UART0.  I am having trouble getting the code switched over to use UART1 instead of UART0.  I'd like to get everything switched over: U-Boot, kernel, linux login.  I've tried modifying a few files and configurations without much luck.  It still tries to use UART0 or doesn't work at all.

What do I need to do to use UART1 for each of these boot processes?

Thanks,

Alex