Re: Doubt on mmc erase command

2015-10-13 Thread Ritesh Harjani
Hi Sheetal, Try enabling mmc trace events to check what is the cmd you are getting to confirm erase going through. You shoud get cmd 35/36/38 if erase is going through in case of emmc. -Ritesh On Tue, Feb 10, 2015 at 10:00 PM, Sheetal wrote: > Hello, > > I'm

Re: Doubt on mmc erase command

2015-10-13 Thread Sheetal
Hello Ritesh Harjani, Thanks for the info Ritesh, I'll try out your pointer to mmc trace events next time i run into eMMC issue In the current case, I found out that in case of file deletion, only the file's metadata(such as entry in inode table, inode_bitmap and other filesystem

Doubt on mmc erase command

2015-02-10 Thread Sheetal
Hello, I'm trying to send ERASE Command to the emmc by deleting a file on one of the emmc partitions and then doing a sync, But I'm noticing that even this will not issue the erase command to emmc. I did trace the code on, from where this erase command is issued, but my trace ended at an