On 2026-09-07 18:30:48, Thomas Kupper wrote: > > On 14.08.2026 05:10, Sadeep wrote: > > Hello, > > > > Installed OpenBSD 7.9 on Raspberry Pi5. It seems to be working fine > > as long as I boot with a serial. If I try to boot without serial, I > > see the green light, even after ~5 mins, I can't SSH, don't see it > > in the network (checked the client list in the router). > > > > I got the issue of garbage on the serial line when I'm not connected > to the debug header. And that interrupts the boot process at the > u-boot stage. > > Setting bootdelay and save it got it booting. > > setenv bootdelay -2 > saveenv
Works. This eliminates the need for external pull-up. Thanks you! -- Sadeep

