Hi all,
For my custom DM6446 board with 64MB NAND, I am flashing JFFS2 tarball image to a default MTD partition through NFS as below:
target$ flash_eraseall -j /dev/mtd3
target$ mkdir /mnt/flash
target$ mount -t jffs2 /dev/mtdblock3 /mnt/flash
target$ cd /mnt/flash
target$ tar xzf <image dir>/rootfs.tar.gz
target$ cd /
target$ umount /mnt/flash
Is it possible to write the JFFS2 image into NAND Flash using u-boot ?
Thanks and best regards.
Ferhat