On 12 July 2010 16:00, S <[email protected]> wrote:
> 12.07.2010 15:54, Joachim Ott пишет:
>>
>> jffs2 is not suitable for sd-cards. And you don't need a fat
>> partition, you can place the kernel into the ext2 or ext3 partition.
>>
>
> will uboot recognize it?
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
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user