On 01/23/2012 11:34 PM, Sridhar Addagada wrote:
I have a hang problem on my board based on MPC8377EWLAN, here is how i
ran into problem. We are using u-boot to load the kernel, rootfs and
device tree. The kernel parameters have been set
root=/dev/ram rw rootfstype=ext2 ramdisk_size=131322 console=ttyS0,115200
but I load the rootfs image generated of rootfs.jffs2
JFFS2 is for use directly from flash, not as a ramdisk. If you want to
use JFFS2, burn it to flash and specify the appropriate mtd device. If
you want to use an initial ramdisk, use ext2. Or better, use initramfs
(gzipped CPIO archive).
-Scott