[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] Redirect kernel boot messages



Hi Felix,

Felix Mühlbauer wrote:

> I want to use the serial port to control a machine connected to it. My
> FPGA board has only one serial port so how can I redirect all outputs,
> especially kernel messages while booting, to a file? The file should be
> accessable over telnet login later.

You can boot the kernel with "console=null", to prevent output of boot
messages.

The virtual file /proc/kmsg holds the message log, so you can just read
it later.  Or, you can build and use dmesg for the same purpose.

John

___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/