jbeale wrote:Have you seen this thread? Does the new firmware & kernel today help your SD card problem?
"There was a new kernel pushed to github today. It includes another patch for failing sdcards. [...]"
http://www.raspberrypi.org/phpBB3/viewt ... f=2&t=6093
Apparently it has fixed some issues at least.
I have tried that new firmware/kernel and my Pi still hangs after a short while. Usually it gets to the login prompt phase of booting and most of the time I get to remotely login. I also ping the Pi so I can monitor its connection. However, normally, within a few minutes the Pi hangs, the Ethernet connection is lost and the HDMI output dropped (i.e. the tv complains that the signal is lost). The 'time-to-hang' is variable but usually less than 5-10 minutes and sometimes just a few seconds. In my experience keeping the Pi 'chilled' results in reliable operation - hours of uptime.
This hang happens with all 3 SDHC cards I have - all of which are deemed to be 'good' cards according to the wiki list. However, I have noted that with the new firmware/kernel the dmesg log reports a problem with reading the SD status register. Here are the specifics:
Kingston 4GB SDHC Class 4 (SD-K04G 1150 WY2271N):
Code: Select all
Waiting for root device /dev/mmcblk0p2...
mmc0: problem reading SD Status register.
mmc0: new SDHC card at address 1234
mmcblk0: mmc0:1234 SA04G 3.63 GiB
mmcblk0: p1 p2 p3
Kingston 8GB SDHC Class 4 (SD-K08G 1142 WY0362L):
Code: Select all
Waiting for root device /dev/mmcblk0p2...
mmc0: problem reading SD Status register.
mmc0: new SDHC card at address 1234
mmcblk0: mmc0:1234 SA08G 7.42 GiB
mmcblk0: p1 p2 p3
Transcend 8GB SDHC Class 6 (MMBFG08GWACA-M6):
Code: Select all
Waiting for root device /dev/mmcblk0p2...
mmc0: problem reading SD Status register.
mmc0: new SDHC card at address b368
mmcblk0: mmc0:b368 00000 7.51 GiB
mmcblk0: p1 p2 p3
Nevertheless, I still believe that the issue I have is (at least partially) Pi-related and not (just) due to the other components in the system.
I hope my posts on this issue have been of some help in diagnosing the problem. I've certainly spent far more time rebooting/debugging the Pi than I have actually using it
