我们使用dm368 内核中printk在bootargs参数设置时,console = ttyS0,设置为输出到串口。内核的printk打印信息都输出在串口上。我想将console = tty3 ,将内核的打印信息输出到tty3上 请问应该怎么做?
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.
我们使用dm368 内核中printk在bootargs参数设置时,console = ttyS0,设置为输出到串口。内核的printk打印信息都输出在串口上。我想将console = tty3 ,将内核的打印信息输出到tty3上 请问应该怎么做?