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