Part Number: TDA4VM
Hi TI Experts,
I am working on the TDA4VM (J721E EVM). While running the Ethernet example from the PDK (the enet_lwip example), the UART output appears on UART0, but it is mixed with the Linux kernel logs. I want to avoid this, so I attempted to switch the example to UART1.
I modified the UART instance in board_utils.c as follows:
Board_initParams_t gBoardInitParams = {
BOARD_UART2_INSTANCE,
BOARD_UART_SOC_DOMAIN,
BOARD_PSC_DEVICE_MODE_NONEXCLUSIVE,
BOARD_MAIN_CLOCK_GROUP_ALL,
BOARD_MCU_CLOCK_GROUP_ALL
};
I updated this in the file:
ti-processor-sdk-rtos-j721e-evm-11_00_00_06/pdk_jacinto_11_00_00_21/packages/ti/board/src/j721e_evm/board_utils.c
However, after switching to UART0 to UART1, I am not getting any output on that port.
Could you please guide me on how to correctly redirect the enet_lwip example output to UART1 instead of UART0?
Thanks.
