Other Parts Discussed in Thread: TMDS64EVM
Tool/software:
Hi Team,
I am trying to change ATF console from UART0 to UART3 on TMDS64EVM.
I could change boot console from UART0 to UART3 according to https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1452385/am6442-change-boot-console-to-main_uart5-from-main_uart0.
I am using SDK 10.01, so I have changed K3_USART to 3 from 0 in plat_common.mk in the trusted firmware source tree and compiled trusted firmware with the following command.
make ARCH=aarch64 CROSS_COMPILE="$CROSS_COMPILE_64" PLAT=k3 TARGET_BOARD=generic SPD=opteed
Then, I copied bl31.bin to prebuild image directory and make u-boot.
When I tried to boot, trusted firmware was crashed with the following log.
Could you please advise how to fix this problem?
Thanks