Hi, I have a problem mapping a file opened with flag O_RDWR. This file is housed on a jffs2 file system that currently lives on simple ram. Could you give me an hint where to search for a possible solution? If I open the file in O_RDONLY mode the mapping is done, instead with O_RDWR mmap returns -EINVAL. Thanks in advance, Antonio.