jingfei195887 commented on PR #16624:
URL: https://github.com/apache/nuttx/pull/16624#issuecomment-3019803388

   @michallenc @xiaoxiang781216 I believe that the byte access flash of FTL you 
mentioned is what I am currently working to implement. Please revisit issue 
#16642, as some new patches related to FTL have been introduced. 
   I have attempted to incorporate file operations within FTL. When an MTD node 
is opened in O_DIRECT mode, the previous process of reading back the entire 
sector before writing with FTL will no longer be utilized. Instead, a 
streamlined writing process will be adopted: erasure will occur when the size 
aligns with the erase sector, and sequential writing will be employed prior to 
that.
   
   Let us compare the advantages and disadvantages of the two implementations:  
   1. Separate MTD driver 
   2. change the behavior of BCH/FTL layer
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to