I have the AM3517 EVM board and need to convert the serial port to IrDA (raw serial) mode. UART3 is the only one which supports IrDA, so I will have to first move the console to one of the other UARTs. I am having a hard time finding how to configure and use UART3 in IrDA mode via the embedded Linux. Can anyone point me in the right direction?
What I have found so far only references the IrDA stack (vs Serial Ir comm) or commands like these which do not seem to exist in Linux on the EVM: setserial, irattach, modprobe serial. I have build the kernel to include IrDA and serial IrDA, so maybe I have things setup correctly, but simply do not know how to use it.
Thank you for any advice.