Hi Saurav, AFAIK, the only MCUs with NAND Flash controllers supported on NuttX are samv3 and sama5.
Mr. Greg Nutt implemented it for Atmel about 10 years ago, but if I remember correctly, he never got it well tested because there is no FS for NAND on NuttX. I think if you decide to use an SPI NAND Flash with ECC and bad block support in HW it will be easier to test your FS, in this case even LittleFS could work: https://github.com/littlefs-project/littlefs/issues/11 But later on we will need to get ECC and bad block table support on NuttX to validate your FS with some native NAND Flash controller. Best Regards, Alan On Fri, May 24, 2024 at 12:09 PM Saurav Pal <resyfer....@gmail.com> wrote: > Hi all, > > I'm working on creating a file system for NAND Flash for NuttX as part of > GSoC '24. I would be thankful of any suggestions that you might have for > the type of board that I should use and the NAND flash as well. > > Thank you in advance. > Regards, > Saurav Pal >