Copy file bigger than 64Mb on Nand - Mini2440

vincenzo
Hi Everyone,

I've a mini2440 with 64Mb ram and 256Mb nand.
I'm wodering if it's possible to copy directly on a nand an image bigger
than 64mb.
So far I've handled with some yaffs2 images very small and i used the
following commands to make the copy:


MINI2440 # fatload mmc 0:1 0x31000000 gpe-image-micro2440.jffs2
MINI2440 # nand write.jffs2 0x31000000 root ${filesize}


Since i would like to copy my linux distro with a console and Qt4 library
which it's bigger than 64Mb, there is a way to copy it into NAND?

Dave Festing
This may not be the answer you are looking for . . . I use a SD card to
load both the kernel and rootfs.  I cuts out the kernel and rootfs loading
steps.

Following the steps in Forrest Bao's tutorial, see attached. Change the
extension to .doc

Dave Festing
Should have also said to look at this link to partition the SD card.
http://billforums.station51.net/viewtopic.php?f=1&t=5