Re: UART question
[email protected] (Michael van Elst)
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Organization | Serpens User Group |
| Message-ID | <[email protected]> |
[email protected] (Vincent DEFERT) writes: >I can talk to mesonuart1 through /dev/constty, but none of the /dev/tty* >is associated to mesonuart0. The mesonuart driver allocates the major device number dynamically. You can create device nodes yourself like: mknod -R /dev/mesonuart0 c mesonuart 0 mknod -R /dev/mesonuart1 c mesonuart 1