Closed
Description
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
- I have verified before submitting the report.