在这种情况下,在以下情况下会阻塞(挂起):
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。 (甚至还没有盖蒂)
最佳答案
因为您没有使用它。
更新grub以使用串行控制台
或尝试:
猫/ dev / ttyS0
那么您将在列表中看到它。
对于块问题,请检查是否看到中断。
如果没有,那那里有些问题。