Re: [PATCH] boot: Pass baud rate to stdout-path

2024-04-11 Thread John Watts
On Thu, Apr 11, 2024 at 05:11:46PM +0200, Mark Kettenis wrote: > You probably should fix this by making sure the device tree you're > using has the appropriate stdout-path node. Because I think the > functionality you're trying to use here is deprecated: Hi Mark, Interesting, I'll go with that a

Re: [PATCH] boot: Pass baud rate to stdout-path

2024-04-11 Thread Mark Kettenis
> From: John Watts > Date: Thu, 11 Apr 2024 15:03:20 +1000 > > Linux might use the wrong baud rate such as 9600 by default, make sure > to specify it when passing the serial port over. > > Signed-off-by: John Watts > --- > On my board at least (a sunxi T113) the serial console will initialize >

[PATCH] boot: Pass baud rate to stdout-path

2024-04-10 Thread John Watts
Linux might use the wrong baud rate such as 9600 by default, make sure to specify it when passing the serial port over. Signed-off-by: John Watts --- On my board at least (a sunxi T113) the serial console will initialize as 9600 baud instead of the set baud. Pass the baud with the serial device t