Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: UART question



vincent.defert%posteo.net@localhost (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



Home | Main Index | Thread Index | Old Index