Laczen opened a new issue, #16099: URL: https://github.com/apache/nuttx/issues/16099
### Description I am trying to mount a romfs filesystem at a specific location in flash. I am using the romfs sample. I have placed the testdir.img at a specific location in flash (0x200000) and modified desc.image: `desc.image = (FAR uint8_t *)0x200000;` However when mounting the romfs filesystem this causes a User Exception, so I guess I cannot just do it like this. What would be the correct way to mount a romfs filesystem at a specific location in flash ? ### Verification - [x] I have verified before submitting the report. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org