I searched and found similar quesiton: How to enable serial port on the raspberrypi zero USB OTG port?
with no answer yet.
In my case it's not raspberry, it's an IFC6410 board. I flashed the board with Linaro linux image provided by the vendor. I could use ethernet cable and ssh to communicate with the card. However, it is not very stable. I suspect there is something wrong with the network driver. Also, there are some other reasons for me to look for a way to communicate with the embedded system through a serial terminal, like ADB. However, looks like ADB is no longer an option on the ubuntu linux. I understand that with some "hardware" work, I should be able to use the 3-pin RS232 on board. But I look for something simpler or "softer"
So my question is: is there a "simple software way" to make use of the USB OTG as a serial communication terminal? I made some research but don't think I am heading the right direction. Is there a common way that people doing this or it's just too complicated and not worth to do it?
The vendor also had an android image for this board which you can use adb through this usb otg to talk to the embedded. I don't know if linaro linux also have similar way?