Skip to content

[HELP] romfs on esp32 #16099

Closed
Closed
@Laczen

Description

@Laczen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions