Mounting FAT file system on external flash memory and provide FTP access to host software
Note: SD card is not an option for us to have onboard.
I want to mount FAT file system on external flash memory interface through FMC NAND controller. The file system should be accessible through FTP from host software.
Partition NAND memory and mounting file system on first partition. Use second partition for raw access.
Is this a good approach to replace SDcard.
Does file system takes care of NAND wear levelling, bad block management?
Would it support linear access to increase life time of flash chip?
Thanks
