Forum Discussion
Altera_Forum
Honored Contributor
21 years agobasics on jffs2
I would like to use jffs2 with ecos on the cycloneII NIOSII development board. I have included jffs2 into the ecos lib. Now I don't know what to do next - I have looked for some documentati...
Altera_Forum
Honored Contributor
21 years ago>1. create a jffs2 filesystem
>You can create a filesystem image with mkfs.jffs2 and download it to your jffs2 partition. >As an alternative, you can simply erase your jffs2 partition. The only time I used mkfs.jffs2 was on an uClinux box and it had mkfs.jffs2 on it. So I created the directory structure in RAM and then ran mkfs.jffs2 on the uClinux box and it created the image. I then used erase and copied the image over. Then I used mount. Can you explain how you create the image in more detail? Do you use a Linux box to create it or do you download the source and compile it on a windows box using cygwin, or do you compile it in NIOS? How do I download it to the jffs2 partition? How do I create the jffs2 partition? Do I need Redboot? Thanks