[Buildroot] [Bug 11766] Console (getty) issues with systemd

bugzilla at busybox.net bugzilla at busybox.net
Sun Jul 21 21:03:29 UTC 2019


https://bugs.busybox.net/show_bug.cgi?id=11766

--- Comment #4 from Peter Seiderer <ps.report at gmx.net> ---
Tested with buildroot master and raspberrypi3_64_defconfig with the following
changes:

- change to glibc
- channge to init systemd

No login on HDMI, double Buildroot login on serial.

After changing cmdline.txt from:

    root=/dev/mmcblk0p2 rootwait console=tty1 console=ttyAMA0,115200

to (as described in [1]):

    root=/dev/mmcblk0p2 rootwait console=ttyAMA0,115200 console=tty1

everything worked fine...

Login from serial, getty for HDMI console runs:

    /sbin/agetty -o -p -- \u --noclear --keep-baud console 115200,38

Login from HMDI conole, getty for serial runs:

    /sbin/agetty -o -p -- \u --keep-baud 115200,38400,9600 ttyS0 vt220

Mind to share your config/defconfig file?

[1] https://patchwork.ozlabs.org/patch/668134

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list