20.07.2010 13:13, Sebastian Krzyszkowiak пишет:
Command is not correct, you have to escape some special characters, as
those are parts of variable, not "setenv" command:

setenv menu_2 Boot from SD ext2: setenv bootargs \$\{bootargs_base\}
\$\{mtdparts\} rootfstype=ext2 root=/dev/mmcblk0p1 rootdelay=5\;
mmcinit\; ext2load mmc 0:1 0x32000000 uImage.bin\; bootm 0x32000000

Thank you.

Here comes the bad part - the only sd card-reader I have at hands is neo itself.

Is there a way to check which partition contains uImage.bin from u-boot console?

I tried to use
ext2load mmc 0:2 0x32000000 uImage.bin
with 0:0, 0:1 and so on but got only
** Unable to read "uImage.bin" from mmc 0:1 **

Do I need to set bootargs with correct root before trying ext2load?

Is there a better way maybe?

cheers,
Max.

_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to