Hello,
I’d like to try getting FreeRTOS+FAT running on a Cyclone V SoC eval board to read and write to an SD card but can’t seem to find any good documentation on how to get started. I was able to get the Altera Cyclone V SoC ARM Cortex-A9 Demo Application running (https://www.freertos.org/RTOS_Altera_SoC_ARM_Cortex-A9.html#SourceCodeOrg) and was hoping I could add the +FAT files to that project to do so.
I found this post FreeRTOS+FAT on Altera (Intel) Cyclone V SoC that gave me some clues but I’m not sure how to proceed with this information. For example do I have to write an ff_sddisk.c file specific for the Cylcone V or can I pull this from somewhere else?
Any direction would be much appreciated.