Re: Saving the kernel log accross boots

2009-06-26 Thread Martin Meuli
On Thu, 25 Jun 2009 17:29:54 +0200, Wolfram Sang w.s...@pengutronix.de wrote: Before digging any deeper I would like to know if someone as a better (more general) idea. Could you stuff the output into an MTD device? For that, see CONFIG_MTD_OOPS. Thak's looks great. Right now we have

Saving the kernel log accross boots

2009-06-25 Thread Martin Meuli
Hi All In case of a crash we would like to save the kernel log and retrieve it in the next boot. There are already several suggestions on how to do it on this and other lists. (Kernel crashing and log buffers: Robin Getz) Unfortunately we don't have extra SRAM to use for it. We need to do

Re: Saving the kernel log accross boots

2009-06-25 Thread Wolfram Sang
Before digging any deeper I would like to know if someone as a better (more general) idea. Could you stuff the output into an MTD device? For that, see CONFIG_MTD_OOPS. Regards, Wolfram -- Pengutronix e.K. | Wolfram Sang| Industrial Linux

Re: Saving the kernel log accross boots

2009-06-25 Thread Marco
Martin Meuli wrote: Hi All In case of a crash we would like to save the kernel log and retrieve it in the next boot. There are already several suggestions on how to do it on this and other lists. (Kernel crashing and log buffers: Robin Getz) Unfortunately we don't have extra SRAM to use