Hi all,
Iam using
custom board based on LS1046ARDB, for the CLI console iam using the UART1 signals, however that Micro USB is damaged and i cant use it further.
I have brought out one more micro usb connector but that is connected to UART2.
I have made some changes in
plat/nxp/common/include/default/ch_3_2/soc_default_base_addr.h
plat/nxp/common/include/default/ch_2/soc_default_base_addr.h
and also changed "CONFIG_CONS_INDEX=2" in the tfa defconfig of U-boot (attached are the changes made), now iam getting boot log upto uboot in uart 2 , however when i try to boot, the log is stuck and not proceeding further, attached is the boot log using uart2.
i have also changed the u-boot environment to console=ttyS1,115200, but still the issue persists.
Please let me know what can be done.
i just want the complete log(till linux boots) to be displayed in Uart2
Thank u