Hi folks,
I want to write data/file to Sdcard present in Zedboard. I am able to write data to DRAM. How Can i Read from DRAM and write that particular data to SDCARD?
I have searched but not able to find any good tutorial for this.
Regards
Hi folks,
I want to write data/file to Sdcard present in Zedboard. I am able to write data to DRAM. How Can i Read from DRAM and write that particular data to SDCARD?
I have searched but not able to find any good tutorial for this.
Regards
You don't have to do the complete lab of data logging using the OLED screen. Just create a Zynq Processing System ,do procedure B (Enable SD0 Host Controller on PS ) exactly as explained in the tutorial(cuz the default settings of Vivado r wrong). Then procedure C and D. However, in procedure E you need to create your own application. Read the FatFs API sections to be able to use it.
http://embeddedcentric.com/data-logging-using-sd-cards/
Hope this helps.
EmbeddedCentric.com
Yeah done writing to Sdcard. Thank you
Yeah done writing to Sdcard. Thank you