Hi,
I am using dm8148, I change the default uart0 to uart2 according to this link:
http://processors.wiki.ti.com/index.php/TI81xx_PSP_Porting_Guide#Using_different_UART_than_the_default_EVM_configuration_as_console.
I can see the boot message ,but I can't interrupt the autoboot. If I change the DEFAULT_UART_BASE to UART2_BASE, the uboot just stop after printing "TI8148_IPNC#", and I also can't input anything.
Anyone can help??