Hi, I'm using i.MX6, and i want to do "autologin" without inserting 'username(root)' after finish booting on the board.
----------------------------------------------------------
freescale login: root
Password:
login[3101]: root login on 'ttymxc1'
----------------------------------------------------------
There are similar problem on the web.. they give solutions that I have to modify a file : '/etc/inittab'
My 'inittab' file is below
----------------------------------------------------------
::sysinit:/etc/rc.d/rcS
::respawn:/etc/rc.d/rc_mxc.S
::sysinit:/etc/rc.d/rc_gpu.S
::ctrlaltdel:/sbin/reboot
::shutdown:/etc/rc.d/rcS stop
::restart:/sbin/init
----------------------------------------------------------
it is different from others on the web.
So, i have tried several times,, but could't solve this problem
somebody has solutions about the problem?
thank you