linux 要使用串口时 需要将串口加上开机引导上去,否则无法使用串口。
具体步骤:在/etc/grub.conf 的 kernel 行后面加上串口信息:nomodset console=ttyS0,115200
如:
default=0
timeout=0
#splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.30)
root (hd0,0)
kernel /vmlinuz-2.6.30 ro root=UUID=e2f9313e-ec34-4a17-bc6d-89d34f44671e selinux=0 audit=0 nomodset console=ttyS0,115200
initrd /initrd-2.6.30.img
阅读(2636) | 评论(0) | 转发(0) |