Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi TI,
In our custom hardware we have am6548 beta 2.0 chip and using SDK version 8.2 for Linux.
We are using 2 UART ports as rs485
1. Port 1 -> Main UART 0 , pins AF11 , AE11 and RTS at AD11
2. Port 2 -> Wakeup UART , pins AB5, AB1 and RTS at AC1
These 2 UARTS are enumerated as ttyS0 and ttyS2 in Linux.
I am doing echo on 1 port and cat on 2nd port but I dont receive anything on receiver end. Kernel configurations is default.
Questions :
1. Do I need to make any change in serial driver to make it work for 485 mode ?
2. Can I do echo and cat from commandline with 485. 485 conversion hardware is on our hardware itself.
Here is dts entry for both the UARTS.
Let me know if my dts entry is correct .
Let me know driver changes to be done to make the echo and cat working from driver end in 485 mode.
Regards,
Sarfaraz