Hostfs is exactly what I need. Thank you!
On Mon, Jan 24, 2022, 17:21 Sebastien Lorquet wrote:
> Hi
>
> The closest way to achieve this, eg if you want to exercise the SD
> drivers, would be to simulate a SPI/SD device that the main SD driver
> could talk to.
>
> The simulated SPI or SD would ha
Hi
The closest way to achieve this, eg if you want to exercise the SD
drivers, would be to simulate a SPI/SD device that the main SD driver
could talk to.
The simulated SPI or SD would have to get,recognize and execute SD
commands, and it would get its storage from the host disk or memory.
You can try HostFS.
On Mon, Jan 24, 2022 at 7:07 PM Fotis Panagiotopoulos
wrote:
> 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
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 :
>
> Hello,
>
> I am wo
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,