OE rootfs image for 256M NAND

du2b
Has anyone managed to build an usable rootfs image from openembedded
repositories (either from oe.org or buserror git tress)? The unit in
question is a mini2440 with 256M NAND.

I've made several attempts using kernel 2.6.31 and 2.6.32 with no sucess at
all. The system succesfully mounts the rootfs but the boot sequence always
gets stuck right after INIT starts. The kernel seems to boot up fine but
presents some intriguing jffs2_scan_eraseblock() messages.

The generated images were built with a page size of 2048 and 128KiB erase
block. The same kernel/rootfs pair of images run flawlessly on a 128M NAND
unit.

Anyone going through the same issue?