标签:linux update config inux boot 串口驱动 grep name efault
修改
vim /etc/default/grub
里面的修改
GRUB_CMDLINE_LINUX="8250.nr_uarts=16"
然后
update-grub
reboot
前提:串口驱动是8250
查看
cat /boot/config-`uname -r` | grep 8250
标签:linux update config inux boot 串口驱动 grep name efault
原文地址:https://www.cnblogs.com/qijunzifeng/p/10941710.html