Hi All,
I would like to move the debug console from UART0 to UART2 on Beagle bone black. I was able to move the Kernel and userspace console from Uart0 to Uart2 but unable to do the same for U-boot console.
I also tried compiling the uboot using the am335x_evm_uart2_config but no luck.
$make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x_evm_uart2_config
Can you suggest me how to do this?
Any help would be appreciated.