Gratuitously taken from this wiki entry.

 

mkfs.jffs2 -r root -o root.jffs2 -e erasesize -p

root

the directory containing the files to go in the image.

root.jffs2

the name of the filesystem image.

erasesize

erasesize is 0x40000 for Jornada 720

Back