[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SheevaPlug fails to boot from SD



Martin Michlmayr wrote:
* Jonas Häggqvist <rasher@rasher.dk> [2009-10-27 01:23]:
setenv bootcmd_mmc 'mmcinit; ext2load mmc 0:1 0x0800000 /boot/uInitrd; ext2load mmc 0:1 0x400000 /boot/uImage'
or
setenv bootcmd_mmc 'mmcinit; ext2load mmc 0:2 0x0800000 /boot/uInitrd; ext2load mmc 0:2 0x400000 /boot/uImage'
Neither of these seemed to help.

Could you try:

setenv bootcmd_mmc 'mmcinit; mmcinit; ext2load mmc 0 0x0800000 /boot/uInitrd; ext2load mmc 0 0x400000 /boot/uImage'

There are some people who said that running "mmcinit" twice helped
them... maybe it also helps in your case.

If that doesn't help, I'm out of ideas and suggest you post to the
OpenPlug forum.

Just to follow-up here. The extra mmcinit didn't help either. Furthermore ext2ls and fatls (on a FAT-formatted card) both fail, so I suspect a bug in u-boot. If I load the kernel from TFTP, the system boots fine off the SD.

This is my thread on plugforum:

http://plugcomputer.org/plugforum/index.php?topic=881.0

--
Jonas Häggqvist
rasher(at)rasher(dot)dk


Reply to: