[opensuse-arm] Serial line after booting Raspberry Pi 3 with Tumbleweed does not work
I did put the image: openSUSE-Tumbleweed-ARM-JeOS-raspberrypi3.aarch64-2018.01.19-Build3.3.raw.xz on a micro-SD card and booted the system with the serial line connected. I get some data on that serial line in the beginning, only after that nothing. Also a reboot shows some data, but I do not get a login prompt. I am able to connect via ssh to that system and use it. I found some information about not using /dev/ttyAMA0 because that one is used on the RPi3 for bluetooth, but /dev/ttyS0 should be used. I tried to start both with: "systemctl start getty@ttyAMA0.service" and "systemctl start getty@ttyS0.service" but the serial line does not work. How do I enable the use of the serial line. -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Am 25.01.2018 um 23:02 schrieb Freek de Kruijf <freek@opensuse.org>:
I did put the image: openSUSE-Tumbleweed-ARM-JeOS-raspberrypi3.aarch64-2018.01.19-Build3.3.raw.xz on a micro-SD card and booted the system with the serial line connected. I get some data on that serial line in the beginning, only after that nothing. Also a reboot shows some data, but I do not get a login prompt.
I am able to connect via ssh to that system and use it.
I found some information about not using /dev/ttyAMA0 because that one is used on the RPi3 for bluetooth, but /dev/ttyS0 should be used. I tried to start both with: "systemctl start getty@ttyAMA0.service" and "systemctl start getty@ttyS0.service" but the serial line does not work.
How do I enable the use of the serial line.
The serial line is called ttyS1 with recent upstream device trees. Also, you should have a console= parameter for that in your kernel command line already. Care to paste the contents of /proc/cmdline? Alex -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (2)
-
Alexander Graf
-
Freek de Kruijf