Forum Discussion
Altera_Forum
Honored Contributor
20 years agocant read superblock error
I am trying to mount part of the flash memory on the altera nios 2 stratix development kit as a flash RW drive. I created a mtdblock0 in the /dev part of the filesystem and I am trying to mount it t...
Altera_Forum
Honored Contributor
20 years agoAlright, I fixed it. My problem was I was using mtdblock0 for for the jffs2 partition. I editied altera.c and I changed the mapping so that the it would show up on mtdblock2. I was then able to mount the drive fine.