barani143

Results 11 comments of barani143

Hi vinayksk11, Look like your block device driver having some problem. Check the flash write function.

Can anyone point to the right path and how to move forward for porting the littlefs to a flash memory.

Hi geky, Thanks for the reply. There are couple of queries from the lfs_config structure 1. Function pointers in the config structure for read, program, erase and sync where I...

Hi geky, Thanks for the support and quick reply. I have a few more queries over the configuration. Below are in details 1. How the block_size differ from block_count? 2....

Can anyone point to the right path and what is happing in my configuration?. Always getting -84 error and also tried to re-mount after the failure but error.

Hi geky, Still, I am facing the same problem and it returning -84 while doing lfs_mount and -28 while doing lfs_format. I have checked the raw read/write functions and works...

Can anyone help me out what mistake I am doing in code and I don't know why I am always getting -28 on lfs_format and -84 on lfs_mount functions.

Hi e107steved, I have done some typing error. Thanks for that note. Actually I am using int block_read( const struct lfs_config *c, lfs_block_t block, lfs_off_t off, void * buffer, lfs_size_t...

Can anyone help me out to overcome this issue.

I found an issue #306 reported already for the simulation test suite. I have tried that also and getting an error -84. I don't what is happing and can anyone...