Hi Mark, On Sun, 19 Apr 2026 19:06:36 +0200, Mark Kettenis <[email protected]> wrote: > > > Date: Sun, 19 Apr 2026 00:15:39 +0200 > > From: Kirill A. Korinsky <[email protected]> > > On arm64, armv7 and riscv64 we avoid the initial console rate reset, > by not calling comcnattach() in com_fdt_init_cons() and doing some > minimal initialization ourselves. > > Those platforms also determine the desired rate from the device tree. >
I'd like to add that switching the rate via uboot by setenv baudrate 115200 allows to boot the device with standard bsd.rd So, that diff actually not needed and I ok to withdraw it. From another hand, official documentation on that device suggested to use 9600 rate see: https://www.juniper.net/documentation/us/en/hardware/srx300/topics/topic-map/srx300-configuring-junos.html#id-connect-to-the-serial-console-port And, personally, I think that hardcode 115200 as the only supported rate odd. -- wbr, Kirill
