12.07.2010 17:28, Joachim Ott пишет:
Yes. This are some entries from my u-boot environment:

menu_1=mmcblk0p1 - Om2007.2: setenv bootargs ${bootargs_base}
${mtdparts} rootfstype=ext2 root=/dev/mmcblk0p1 rootdelay=5; mmcinit;
ext2load mmc 0:1 0x32000000 uImage.bin; bootm 0x32000000
menu_2=mmcblk0p2 - Debian: setenv bootargs ${bootargs_base}
${mtdparts} rootfstype=ext2 root=/dev/mmcblk0p2 rootdelay=5; mmcinit;
ext2load mmc 0:2 0x32000000 uImage.bin; bootm 0x32000000

How to set those lines?
Btw, do I need 2 partitions or uboot is capable of loading everything from single 8Gb ext2 partition?

thanks,
Max.

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

Reply via email to