Hi folks...
As described in
http://plugcomputer.org/plugforum/index.php?topic=711.msg4437#msg4437my SheevaPlug doesn't recognize my mmc after updating to 2.6.30.6 kernel.
The standard bootcmd shows "mmc 0:1"
Marvell>> printenv bootcmd
bootcmd=setenv bootargs $(bootargs_console) $(bootargs_root); mmcinit; ext2load mmc 0:1 0x800000 /uImage; bootm 0x00800000
I think, 0:1 could be "disk 1, partition 2"

(like GRUB ??)
After changin the kernel-path only and hitting ENTER...
Marvell>> setenv bootcmd setenv bootargs $(bootargs_console) $(bootargs_root); mmcinit; ext2load mmc 0:1 0x800000 /sheeva-2.6.30.6-uImage; bootm 0x00800000
leaving mmc device with the same options, I get following error...
SDHC found. Card desciption is:
Manufacturer: 0x02, OEM "TM"
Product name: "SD04G", revision 3.8
Serial number: 3056159759
Manufacturing date: 12/2008
CRC: 0x00, b0 = 0
** Unable to read "/sheeva-2.6.30.6-uImage" from mmc 0:1 **
## Booting image at 00800000 ...
Bad Magic Number
Marvell>>
How I could search for mmc device, like "fdisk"

mmcinit shows
SDHC found. Card desciption is:
Manufacturer: 0x02, OEM "TM"
Product name: "SD04G", revision 3.8
Serial number: 3056159759
Manufacturing date: 12/2008
CRC: 0x00, b0 = 0
Best regards
Bjoern