Hi Fotis, you use the ROMFS feature to include files directly on the image … it depends on some external tool called ‚genromfs‘
You may check for ROMFS and ROMFSETC in the configuration and documentation. /Piet > Am 24.01.2022 um 12:07 schrieb Fotis Panagiotopoulos <f.j.pa...@gmail.com>: > > Hello, > > I am working on a system that uses an SD card to read various files. > I am also using the simulator for testing this firmware. > > I would like to test the parts of the system that read and parse these > files, so I need a way to simulate the SD card. > > Is there any way to achieve this? > > Ideally, I would like to mount a directory of the host system directly in > NuttX. > Or maybe select a set of files to be included in compile time? > > Thank you!