This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Flashing JFFS2 Image on UBOOT

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