Forum Discussion
Altera_Forum
Honored Contributor
21 years agoR/W Filesystem?
I'm currently running the stock FS, built following the instructions in the Getting Started manual. Is there any quick way to make this FS read/write? Changing the kernel command line str...
Altera_Forum
Honored Contributor
21 years agoI'm facing the same problems again.
0. Why does the kernel accesses memory location - 0x00000000, after giving mount command :# mount -t jffs2 /dev/mtdblock0 /mnt/rwfs -n
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000: 0x722d in
stead I've checked the data at 0x00000000, it is not 0x722d as declared by error message. 1. I had only created new partition by allocating size and offset in "altera.c" file. Do I need to do something extra to make that partition compatible for jffs2? Regards, Pankaj