Hello Yiping,
Thankyou for the response.
1. For Auto-login issue,
I added the above line to "QorIQ-SDK-V2.0-20160527-yocto/sources/poky/meta/recipes-core/sysvinit/sysvinit-inittab/inittab", and ran "bitbake fsl-image-core", I get the following errors on booting
INIT: cannot execute "/bin/start_getty"
INIT: cannot execute "/bin/start_getty"
INIT: cannot execute "/bin/start_getty"
INIT: cannot execute "/bin/start_getty"
INIT: cannot execute "/bin/start_getty"
INIT: cannot execute "/bin/start_getty"
INIT: cannot execute "/bin/start_getty"
INIT: cannot execute "/bin/start_getty"
INIT: cannot execute "/bin/start_getty"
INIT: cannot execute "/bin/start_getty"
INIT: Id "S0" respawning too fast: disabled for 5 minutes
INIT: no more processes left in this runlevel
I added the above line to "QorIQ-SDK-V2.0-20160527-yocto/build_p4080ds/tmp/work/p4080ds-fsl-linux/fsl-image-core/1.0-r0/rootfs/etc/inittab" and ran "bitbake fsl-image-core", the added line gets overwritten.
I get the usual login on booting.
Please suggest on the following points:
1. What is the correct path to add the line "S0:12345:respawn:/bin/start_getty -a root -L ttyS0 115200 vt102" ?
2. Should I run "bitbake fsl-image-core" after this addition.
Thanks in advance.