将LCD作为终端控制台(linux驱动开发篇)1. 设置uboot中的bootargs2.修改/etc/initab文件
1. 设置uboot中的bootargs设置lcd作为控制台setenv bootargs ‘console=tty1,115200 root=/dev/nfs rw nfsroot=192.168.136.128:/home/rgd/linux/nfs/rootfs/JC ip=192.168.136.126:192.168.136.128:192.168.136.1:255.255.255.0::eth0:off’设置串口tty1作为控制台setenv bootargs ‘console=t