Hi All,
I'm trying to figure out how to disable the following login prompt after the kernel boots:
QorIQ SDK POC (Proof of Concept) 4.0.4 ls1043ardb ttyS0
ls1043ardb login:
I want my application should run automatically without asking for login
I am using ubuntu 20.04
Solved! Go to Solution.
Hi @LFGP ,
I found the solution myself.
add “-a root “ in ExecStart variable in serial-getty@.service file in following path
/sources/poky/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
ExecStart=-/sbin/agetty -a root -8 -L %I @BAUDRATE@ $TERM
Hi @LFGP ,
I found the solution myself.
add “-a root “ in ExecStart variable in serial-getty@.service file in following path
/sources/poky/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
ExecStart=-/sbin/agetty -a root -8 -L %I @BAUDRATE@ $TERM