我现在的startKit开发板,每次开机启动后,都出现login as: 需要输入root 然后回车才能进入终端
root@am335x-evm:~#
怎样设置不需要输入root,直接进入终端
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我现在的startKit开发板,每次开机启动后,都出现login as: 需要输入root 然后回车才能进入终端
root@am335x-evm:~#
怎样设置不需要输入root,直接进入终端
你可以google下,怎么去掉登陆界面就可以了吧
您好,我也碰到了类似的问题,也是要取消login登陆,并自动运行自己的程序,请问你最后是如何操作的呢,期待您的回复,谢谢!
可以参考:http://linux.chinaunix.net/techdoc/develop/2006/04/07/930446.shtml
我已经在参考板上试过了,要把:
/etc/inittab
中的“1:2345:respawn:/sbin/getty 115200 ttyO0” 改为“1:2345:respawn:/sbin/getty -n -l /sbin/autologin 115200 ttyO0”