Difference between revisions of "Console Output and Serial Terminals"

From NST Wiki
Jump to navigationJump to search
(Serial Console On NST 2.x.x Or Above)
(Serial Console On NST 2.x.x Or Above)
Line 1: Line 1:
== Serial Console On NST 2.x.x Or Above ==
+
== Serial Console On NST 2.13.0 ==
  
 
Use the following command to manually enable the serial console on NST versions 2.x.x or above. This example will set the serial baud rate to: "'''57600'''" and use serial device: "'''/dev/ttyS0'''".
 
Use the following command to manually enable the serial console on NST versions 2.x.x or above. This example will set the serial baud rate to: "'''57600'''" and use serial device: "'''/dev/ttyS0'''".

Revision as of 17:04, 17 May 2011

Serial Console On NST 2.13.0

Use the following command to manually enable the serial console on NST versions 2.x.x or above. This example will set the serial baud rate to: "57600" and use serial device: "/dev/ttyS0".

[root@probe ~]# initctl emit --no-wait fedora.serial-console-available ttyS0 57600
[root@probe ~]#