> Unknown command 'mmcinit' - try 'help'
>
> seems some prob with 'mmcinit' command what i have used during setting
> bootargs and boot cmd.
There is no such command anymore as 'mmcinit'. It's 'mmc init' nowadays.
--
Antti Seppänen | PGP public key:
antti (á) hervanta.com | http://www.hervanta.com/~antti
OH3HMI
Hit any key to stop autoboot: 0
mmc1 is availabledoes the below messages show any problem with fatload ? i did it as given belowsetenv bootcmd 'mmc init; fatload mmc 0 80300000 uImage.bin; bootm 80300000'
setenv bootargs 'console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait omapfb.video_mode=1024x768MR-16@60'