-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LFS Configuration - Invalid Cache Size #1
Comments
Hi Jeff, Thanks for the feedback. I will attend to this before the end of 08/11 |
Sorry. Busy week will attend to this ASP |
May be you can make project opensource? |
the configuration of my LFS onto an 2MB flash chip(W25Q16). // configuration of the filesystem is provided by this struct
#endif |
Hi, I appreciate the writeup on mounting a binary file. The OFSMount utillity works great.
I however am running into an issue with setting up the Explorer.
Here is the configuration of my LFS onto an 8MB flash chip.
.read_size = 256, .prog_size = 256, .block_size = 1024 * 4, .block_count = 2048, .cache_size = 256, .lookahead_size = 512, // must be multiple of 32 .block_cycles = 1000, //Highly suggested to set block_cycles in the range of 100-1000.
I think my configuration is valid, but please let me know if I am missing something.
Thanks,
Jeff
The text was updated successfully, but these errors were encountered: