Every time I start the sheeva, there is errors messages concerning nand and leds.
Wheezy is installed on an eSATA disk and nand is only used for uBoot.
But init seem to test it and the leds during boot.
I can read this in my logwatch :
--------------------- Kernel Begin ------------------------
WARNING: Kernel Errors Present
Buffer I/O error on device mtdblo ...: 10 Time(s)
EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro ...: 1 Time(s)
end_request: I/O error, dev mtdblock0, ...: 10 Time(s)
end_request: I/O error, dev mtdblock1, ...: 12 Time(s)
end_request: I/O error, dev mtdblock2, ...: 2 Time(s)
leds-gpio: probe of leds-gpio failed with error -22 ...: 1 Time(s)
uncorrectable error : ...: 34 Time(s)
---------------------- Kernel End -------------------------
How can I say to the kernel to stop testing NAND and leds ?
thanks.