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.

AM4378: ttys6-9 stands for what?

Part Number: AM4378

AM4378 has only 6 hardware UART, but under Linux dev has ttyS0-ttyS9, and ttyS6-9 can't be used, otherwise will result in hang.

What is the ttyS6-9 stands for?

  • Tony,

    /dev/ttyS0~9 are pre-allocated device node by the serial driver, some of them may not associate to a real UART port, which is defined by the device tree. To know which /dev/ttyS<x> node can be used, you can check the procfs:

    # cat /proc/tty/driver/serial