Hi
I am working with AM18x zoom development kit, with wifi daughter card. When I type $ dmesg | tty in the console I got the following lines:
root@am180x-evm:~# dmesg | grep tty
Kernel command line: console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw rootwait ip=off
serial8250.0: ttyS0 at MMIO 0x1c42000 (irq = 25) is a AR7
serial8250.0: ttyS1 at MMIO 0x1d0c000 (irq = 53) is a AR7
serial8250.0: ttyS2 at MMIO 0x1d0d000 (irq = 61) is a AR7
console [ttyS2] enabled
I am assuming that I have three serial port. ttys2 is used for the console and is connected to my pc. UART1 is set on the one of the expansion board connector and used for the wifi daughter card. I am wondering do I have access to ttys0? and on which connector?
Thanks,
Sepehr