Tool/software: TI C/C++ Compiler
I would like to change the debug console from UART0 to UART2 on Beaglebone Black.
SDK version is PROCESSOR-SDK-LINUX-AM335X 06_01_00_08.
First, I tried to change CONS_INDEX=1 to CONS_INDEX=3.
SPL and LINUX kernel console messages are coming but u-boot console messages are missing.
These message are as follows,
>U-Boot SPL 2019.01-g029e4c009a-dirty (May 15 2020 - 08:05:12 +0000)
>Trying to boot from MMC1
>[ 0.000000] Booting Linux on physical CPU 0x0.
So I referred and tried to the below e2e threads:
https://e2e.ti.com/support/processors/f/791/t/754906
https://e2e.ti.com/support/processors/f/791/t/536830
https://e2e.ti.com/support/processors/f/791/t/706153
But nothing changed. Would you please advise me about something?
Thanks!