Hi,
Since firmware update 20121017, I was unable to boot my RasPi. Plugging it gave an immediate kernel panic:
$this->bbcode_second_pass_code('', '
Kernel Panic: VFS : Unable to mount root fs on unknown-block (0,0)
')
After a lot of testing (changing the PSU, trying another SD card, testing my SD on another Pi, unplugging evrything - except HDMI and PSU of course), I finally have found the culprit:
I had to remove this option:
$this->bbcode_second_pass_code('', '
sdhci-bcm2708.sync_after_dma=0
')
from cmdline.txt
My Pi seems to be happily running without this option since this morning but I have 3 questions:
1. What is the use of this option?
2. Would another value of sdhci-bcm2708.sync_after_dma allow to boot the Pi without a kernel panic?
2. Now that it has been removed, should I expect to run into issues?