Change Linux start baud rate to 9600

Hello

Anyone knows how to Change Linux start baud rate to 9600

Look up “bootargs console” and you should find enough information. In the device tree there should be a line similar to the one below where you can modify the serial data rate too:

	bootargs = "debug console=ttyAL0,**115200**";

hello,
thank you
Avinoam