Hey all,
I am trying to mount a JFFS2 on a NOR flash device and am a little confused about the process of building the JFFS2 image.
I understand how the mkfs.jffs2 works and how it is supposed to look, but I am unsure how to setup and/or find the root filesystem used to build the JFFS2 image. Is the root FS already existing, or does it need to be built from scratch? If it does need to be built from scratch, what are the contents of this FS?
mkfs.jffs2 -r <rootfs> -e 128K -o <output file>
If it's not already obvious, I am very new Linux...
Thanks for your help,
Chris