Skip to content

Corrupted FileSystem after file write #37

Discussion options

You must be logged in to vote

Based on what you have been able to provide, we would suspect that there is something amiss with the storage. You mentioned that you are using NAND. Is this raw NAND or managed NAND (like SD or eMMC)? If you are using raw NAND, what are you using as the FTL?

For the error you are seeing during red_mount(), since red_mount() only reads three blocks -- the master block (block #0), the first metaroot (block #1), and the second metaroot (block #2) -- you could walk the code (or use printf() debugging) to determine which of those three reads is failing and why (e.g., is it read I/O or is it failing data verification after it's been read in).

We would be interested in taking a look at the setti…

Replies: 2 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants