Hello,
From Wiki page WinCE-TIBSP FAQ, it is possible to use UART1/2 for Serial debug message by changing the debugUartCfg structure inside SRC\BSP_COMMON\BSPCFG\bspcfg.c
In the debugUartCfg structure of the original EVM_OMAP3530 BSP, I changed the "dev" value from OMAP_DEVICE_UART3 to OMAP_DEVICE_UART2 and also added pad configuration for UART2 in XLDR code.
During the XLDR/EBOOT/NK.BIN download, there were debug outputs coming from UART2. However, the EVM hangs at "Launch Windows CE image by jumping to 0x8001XXXX..."
I also got the same result on my custom board.
Is is a known problem? I appreciate any tips/advice you can give me.
Thanks,
Luan