On Fri, Oct 28, 2022 at 07:32:19AM +0200, Anton Lindqvist wrote:
My guess would be that you have the wrong baud rate in /etc/ttys.
For further info, see this old advice in
www.openbsd.org/faq/current.html:
https://cvsweb.openbsd.org/cgi-bin/cvsweb/www/faq/current.html.diff?r1=1.1089&r2=1.1090&f=h
Thank you, that was (partially) it. Also thanks to "pardis" on irc for
pointing me in the right direction.
What confused me at first into thinking it wasn't the comport speed:
1. the dmesg/kernel console messages were readable as normal, the only
thing missing was the login: at the end
2. it worked fine on 7.1, nothing /etc/ttys was changed in sysmerge and nothing
changed on the freebsd/rpi1 end
what fixed the problem was
[a] rebooting the rpi1 (so re-setting the cuaaU0 client on the freebsd rpi1)
[b] setting it to the same speed as console (38400) in /etc/ttys on
the openbsd client. tty00 on the openbsd machine remains 115200.
--