Hi Xiang Xiao, Thank you! I've missed 1, didn't notice that we have simulators for a few NOR FLASHs. It is RAM based, but it may be a good point for me to start.
-Alexander On Fri, Jan 27, 2023 at 9:47 PM Xiang Xiao <xiaoxiang781...@gmail.com> wrote: > You can try the follow config directly: > 1.spi flash simulator + smartfs: > > https://github.com/apache/nuttx/blob/master/arch/sim/src/sim/sim_initialize.c#L59-L225 > 2.ram mtd + :smartfs/littlefs/nxffs: > > https://github.com/apache/nuttx/blob/master/boards/sim/sim/sim/src/sim_bringup.c#L157-L238 > > > On Sat, Jan 28, 2023 at 3:14 AM Alexander Oryshchenko < > a.oryshche...@gmail.com> wrote: > > > What is the easiest way to use NOR- FFS (SmartFs, Spiffs, LittleFs...) > over > > host's file? > > May be somebody knows NOR FLASH simulator for Linux? > > Any other way? > > >