Forum Discussion
Altera_Forum
Honored Contributor
15 years agoCan't mount JFFS2
Hi, I was trying to implement the JFFS2. So first I added the MTD as mentioned in this article: http://www.alterawiki.com/wiki/mtd Here is my output on booting: physmap platform f...
Altera_Forum
Honored Contributor
15 years agoHi (probably only to myself ;) ),
I found the solution for the problem why I couldn't mount and erase the fourth mtd partition. I used the example in config.c where the last one "safe configuration" used the mask_flags "MTD_WRITEABLE" which means weirdly the opposite. So it only accepts reading. So if I want to first create the partition I have to comment out that line and when I have my file on it just change it to MTD_WRITEABLE again. I hope it becomes handy for someone. So my monologue had a meaning :) Urmel