* Jonas Häggqvist <ras...@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.
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to