发生了什么事我的 ttyS0 在 /proc/interrupt 中没有 irq 列表
What happened my ttyS0 has no irq list in /proc/interrupt
本系统在以下情况下会阻塞(挂起):
echo "test" > /dev/ttyS0
cat /dev/ttyS0 #read nothing even scope show the UART data there
stty -F /dev/ttyS0 115200
如果我在 grub 中设置串行控制台,Linux(CentOS7、Ubuntu18、Redhat7...)无法启动到 shell。 (甚至还没有 getty)
因为你没有使用它。
更新 grub 以使用串行控制台
或尝试:
猫/dev/ttyS0
然后你会在列表中看到它。
对于块问题,检查是否看到中断。
如果不是,那是有问题。
本系统在以下情况下会阻塞(挂起):
echo "test" > /dev/ttyS0
cat /dev/ttyS0 #read nothing even scope show the UART data there
stty -F /dev/ttyS0 115200
如果我在 grub 中设置串行控制台,Linux(CentOS7、Ubuntu18、Redhat7...)无法启动到 shell。 (甚至还没有 getty)
因为你没有使用它。
更新 grub 以使用串行控制台
或尝试:
猫/dev/ttyS0
然后你会在列表中看到它。
对于块问题,检查是否看到中断。 如果不是,那是有问题。