Quantcast
Channel: Processors
Viewing all articles
Browse latest Browse all 124357

Forum Post: RE: mtd4 partition required to be made read/write

$
0
0

Hi Arpitha,

Use ".mask_flags    = 0,"  for your data( filesystem) partitions

You can flash the "jffs2" image by following the commands

# flash_eraseall -j /dev/mtd4 (-j for jffs2 image (with cleanmarker))

# nandwrite -pm /dev/mtd4 rootfs.jffs2

OR

make your whole filesystem into tar ball

then boot ur device through NFS

# flash_eraseall -j /dev/mtd4 (-j for jffs2 image (with cleanmarker))

# mount -t jffs2 /dev/mtdblock4 /mnt

# cd /mnt

# tar -xf /rootfs.tar

Regards,

Titus S.


Viewing all articles
Browse latest Browse all 124357


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>