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
Hi Hammad,
You can find this tutorial on how to use the SD card of the Zedboard in standalone software platform.
link : http://embeddedcentric.com/data-logging-using-sd-cards/
Hi Hammad,
You can find this tutorial on how to use the SD card of the Zedboard in standalone software platform.
link : http://embeddedcentric.com/data-logging-using-sd-cards/
Hi,
Let me try it and then i'll let you know as soon as possible.
Regards
Hi, I have downloaded lab7 from your github repository As I am using older version of vivado I am not able to open your proect in Vivado. So i searched for harwadre(.hdf) and .bit file in your project and i got them. I started my Xilinx Sdk and did all the steps what you told but i am getting error(ZedboardOLED.h file not found). I don't know why i am getting this error. If i copy "ZedboardOLED.h" file from zynq_interrupt_system_wrapper_hw_platform_0 to my data_logger project I get error at line 51 and line 54.
Regards