Hello everyone,
I have a problem with the MTD decives. I try to write to a MTD device which is on a NAND flash, therefore I use nandwrite. I got an error and found out that the MTD device is just read-only:
mtd5: 00100000 00004000 "NAND (RO) U-Boot Image"
mtd6: 00100000 00004000 "NAND (RO) DTB Image"
mtd7: 00400000 00004000 "NAND (RO) Linux Kernel Image"
mtd8: 00400000 00004000 "NAND (RO) Compressed RFS Image"
mtd9: 00f00000 00004000 "NAND (RW) JFFS2 Root File System"
mtd10: 00700000 00004000 "NAND (RW) Writable User area"
Of course that is a problem if I try to write on the devives

.
How can I change the mtd device from read-only to read-write access?
Thank you for your help.