Skip to content

Problems porting Reliance Edge File System to ESP32 - No Persistence #36

Discussion options

You must be logged in to vote

[Tuxera]
It would be helpful to see the actual code—test_setup(), write_test(), read_test()—in order to determine if there is an application error. A few other thoughts:

  • Is a transaction point occurring? If there is no transaction point, the file won’t persist. By default, creating a file will result in a transaction point, but that can be disabled.

  • If you have access to a Linux system, can you build the FUSE driver? (Copy the redconf.h/redconf.c into projects/linux, cd into projects/linux/host and make redfuse.) If so, do the files created on the target show up via FUSE? Do files created via FUSE show up on the target?

  • The problem might be that the SD/MMC sector writes aren’t worki…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Tuxera-TonyQ
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant