Laczen commented on PR #16789: URL: https://github.com/apache/nuttx/pull/16789#issuecomment-3138888937
@xiaoxiang781216 first I would like to thank you for reviewing this PR so fast. Regarding the mtd_proxy approach I still have my doubts: when a flash wear levelling library like dhara or nvblk is inserted the direct link between the mtd and block device is broken. And I don't think it is possible to use direct mtd writing/reading and block writing/reading at the same time. Suppose you would like to `dd` into the mtd device resp. the block device, they have a complete different meaning: `dd` into the mtd device would be a change on the hardware directly, `dd` into the block device would be writing blocks. How to differentiate between these two ? I think the same problem might exist for nand flashes (but I haven't checked the ftl thoroughly). I remember that you made a remark that `ftl_initialize` should not be called from a board startup, but I didn't quite understand this. Could you explain this a little more? -- 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