Hi,
I'm looking for a Virtual File System solution that is usable on MIMXRT1170-EVK board.
I downloaded an example implementing LittleFS but the File System is designed to be hosted in Flash memory only. Is there something implementing a RAM File System ?
Thank you for your help,
Freddy
Solved! Go to Solution.
Hi @Freddy_,
Besides LittleFS file system, you can also find FatFS and FileX example codes on our SDK. FatFS has example codes implemented in both bm and FreeRTOS, while FileX is implemented in Azure RTOS. Let me know if this helps!
BR,
Edwin.
Hi @Freddy_,
Besides LittleFS file system, you can also find FatFS and FileX example codes on our SDK. FatFS has example codes implemented in both bm and FreeRTOS, while FileX is implemented in Azure RTOS. Let me know if this helps!
BR,
Edwin.
Thank you very much for your reply. Based on you answer, we'll think about ways to implement our file system.