Hi,
I am trying to use mtdoops, but the panic_write functionality is missing.
In kernel cmdline I have this:
mtdoops.mtddev=8
During bootup:
kernel: mtdoops: ready 0, 1 (no erase)
kernel: mtdoops: Attached to MTD device 8
Then I trigger a panic:
# echo c > /proc/sysrq-trigger
..which ends up with the error message:
"mtdoops: Cannot write from panic without panic_write"
How can I get the needed panic_write functionality?