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.

Changing UART 0 in uboot & SPL code

Hi,

I need UART 1 to be configured as debug port in my custom board in uboot & SPL, which needs to be changed in my ti sdk 7 to UART1

As per the link (http://e2e.ti.com/support/arm/sitara_arm/f/791/t/264125.aspx), I gave the build command as below


make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm distclean
make am335x_evm_config ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x_evm_uart1

But this didn't work, could you please correct the above build command or do the needful in changing UART0 to UART1 configuration in uboot & SPL code as early as possible, as am stuck with this from 2 days

Many Many Thanks in advance