Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

Is it possible to pipe serial console output to a file or a buffer or some virtual or pseudo device (in /dev)? The Kernel command line has in startup at this point "console=null,115200". (Normally it has "console=ttyS0,115200" - my requirement is: if "console=null,115200", should the output go to some other place than ttyS0, e.g. a virtual or pseudo device or to a file/buffer)

Maybe somebody know if there is good solution available?

Thanks a lot in advance!

asked 01 Jul '13, 10:27

cremeplawen's gravatar image

cremeplawen
1112
accept rate: 0%




check mkfifo command

link

answered 22 Aug '13, 13:55

Pratik%20Jain's gravatar image

Pratik Jain
1
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×7
×4
×3
×2
×2

Asked: 01 Jul '13, 10:27

Seen: 4,497 times

Last updated: 22 Aug '13, 13:55

powered by OSQA