This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to change uart0 working mode?

Greetings,

I am working with evm814x from Mistral and my EZSDK is version 5.3.15.

I am trying to change uart0 driver to let it read and write data with a TV, which has rs232 control interface.

UART0 enabled by default and currently used as the consloe window for the target.

However, in our case of application, we will use ssh to talk with the board and try to connect the UART0 to the RS232 of a TV.

Could anyone point me out how to change the default working mode of uart0?

I also noticed that inside this folder, there are some driver files related to the uart.

What should I modify about these files?

/ezsdk_814x/board-support/linux-2.6.37-psp04.01.00.06.patch2/drivers/serial/cpm_uart

Cheers,

Jun