LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   unable to get login prompt in buildroot (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-get-login-prompt-in-buildroot-4175533378/)

csmanjuvijay 02-07-2015 05:22 PM

unable to get login prompt in buildroot
 
I am porting linux on movidius M2 leon3 board,but unable to get login prompt I am only getting /etc/issue message
as below

UART: --> do_sys_open /etc/issue f1935ec0
UART: --> do_sys_open /etc/issue f1935ec0
UART: IamHere 3
UART: IamHere 3
UART: Welcome to Buildroot

No login prompt

my inittab script as below

# completely ignored by BusyBox init. If you want runlevels, use
# sysvinit.
#
# Format for each entry: <id>:<runlevels>:<action>:<process>
#
# id == tty to run on, or empty for /dev/console
# runlevels == ignored
# action == one of sysinit, respawn, askfirst, wait, and once
# process == program to run

# Startup the system
null::sysinit:/bin/mount -t proc proc /proc
null::sysinit:/bin/mount -o remount,rw / # REMOUNT_ROOTFS_RW
null::sysinit:/bin/mkdir -p /dev/pts
null::sysinit:/bin/mkdir -p /dev/shm
null::sysinit:/bin/mount -a
null::sysinit:/bin/hostname -F /etc/hostname
# now run any rc scripts
::sysinit:/etc/init.d/rcS
#ttyS::sysinit:/bin/echo "I am Manjunath to let this work."
#ttyS::respawn:/sbin/getty -L ttyS0 38400 vt100
# Example of how to put a getty on a serial line (for a terminal)
#::respawn:/sbin/getty -L ttyS0 9600 vt100
#::respawn:/sbin/getty -L ttyS1 9600 vt100
#
# Example how to put a getty on a modem line.
#::respawn:/sbin/getty 57600 ttyS2
ttyS0::respawn:/bin/sh </dev/ttyS0 >/dev/ttyS0 2>/dev/ttyS0
# Put a getty on the serial port
#ttyS0::askfirst:/bin/sh
#ttyS::respawn:/bin/sh </dev/ttyS0 >/dev/ttyS0 2>&1
ttyS0::respawn:/sbin/getty -n ttyS0 38400 vt100 # GENERIC_SERIAL
#ttyS::wait:/bin/sh </dev/ttyS0 >/dev/ttyS0 2>&1

# Logging junk
null::sysinit:/bin/touch /var/log/messages
null::respawn:/sbin/syslogd -n -m 0
null::respawn:/sbin/klogd -n
#null::sysinit:/bin/touch /var/log/messages
#null::wait:/sbin/syslogd -n -m 0
#null::respawn:/sbin/klogd -n

# Stuff to do for the 3-finger salute
::ctrlaltdel:/sbin/reboot

# Stuff to do before rebooting
null::shutdown:/usr/bin/killall klogd
null::shutdown:/usr/bin/killall syslogd
null::shutdown:/bin/umount -a -r
null::shutdown:/sbin/swapoff -a

Is any problem in my inittab.
please help me to get from this issue.

Thanks
Manjunath Goudar


All times are GMT -5. The time now is 08:23 AM.