Dear Friends, I am using openembedded for creating filesystem. I have already achieved to creating my configured jffs2 image. Now I want to flash it to my board. But my image's size is 82 MByte. If I use mmc board for loading image, I can't use this command fatload mmc 0:1 0x32000000 image.jffs2 Although my board's flash size is 128 MB, but my board's RAM is 64 MB so I couldnt copy whole image to board's RAM. Do we have any other options for flashing rootfs?
JFFS2 Image size
Another option is use a SD card . Have the rootfs as an ext2/ext3 on the SD card. See http://bill.station51.net/index.php?post/2010/01/30/HOWTO:-Booting-from-... for further details... regards --fatbrain