File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Documentation/admin-guide Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 788
788
Documentation/networking/netconsole.rst for an
789
789
alternative.
790
790
791
+ <DEVNAME>:<n>.<n>[,options]
792
+ Use the specified serial port on the serial core bus.
793
+ The addressing uses DEVNAME of the physical serial port
794
+ device, followed by the serial core controller instance,
795
+ and the serial port instance. The options are the same
796
+ as documented for the ttyS addressing above.
797
+
798
+ The mapping of the serial ports to the tty instances
799
+ can be viewed with:
800
+
801
+ $ ls -d /sys/bus/serial-base/devices/*:*.*/tty/*
802
+ /sys/bus/serial-base/devices/00:04:0.0/tty/ttyS0
803
+
804
+ In the above example, the console can be addressed with
805
+ console=00:04:0.0. Note that a console addressed this
806
+ way will only get added when the related device driver
807
+ is ready. The use of an earlycon parameter in addition to
808
+ the console may be desired for console output early on.
809
+
791
810
uart[8250],io,<addr>[,options]
792
811
uart[8250],mmio,<addr>[,options]
793
812
uart[8250],mmio16,<addr>[,options]
You can’t perform that action at this time.
0 commit comments