RE: Linux 2.6-10.rc3 8xx kernel booting - how to set baud rate f or the serial driver ?
From: Povolotsky, Alexander <hidden>
Date: 2005-01-16 11:13:51
From: Povolotsky, Alexander <hidden>
Date: 2005-01-16 11:13:51
I forgot to mention that my command line in .config is: CONFIG_CMDLINE="console=ttyCPM0 panic=3 root=/dev/ram" Could I specify the baud rate (just for kernel booting, not for bootstrapping) in the command line ?
-----Original Message----- From: Povolotsky, Alexander Sent: Sunday, January 16, 2005 5:59 AM To: 'linuxppc-dev@ozlabs.org' Subject: Linux 2.6-10.rc3 8xx kernel booting - how to set baud rate for the serial driver ? Hi, My bootloader uses 115200 baud rate for the serial output during boot strapping. Then, during Linux 2.6-10.rc3 8xx kernel booting - how to set certain baud rate for the serial driver ? When init_consoleI( ) is called - at what baud rate the 8xx serial driver is getting set ? Currently I am have: CONFIG_SERIAL_CPM_CONSOLE in my .config Is there a way to set (force) the baud rate in the .config (or by other means) to be in effect for the kernel booting ? Thanks, Best Regards