HI, all
We want use the uart1 as console. So I change the u-boot code
#define CONFIG_CONS_INDEX 1
to
#define CONFIG_CONS_INDEX 2
which in Source/ti_tools/ipnc_psp_arago/u-boot/include/configs/ti8148_ipnc.h
I recompile it and flashed u-boot.min.nand. But it does not work.
Any other places should I change?
pls give me some suggestions. Thank you.