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,
Are you trying to do this from Linux or from a baremetal application?
If you are doing this from a baremetal application, there is some example code within SDK that you can leverage as a starting point for reading/writing to an SD card:
http://zedboard.org/content/read-txt-matrices-sd-ddr-zedboard
Regards,
-Kevin
Hi Hammad,
Are you trying to do this from Linux or from a baremetal application?
If you are doing this from a baremetal application, there is some example code within SDK that you can leverage as a starting point for reading/writing to an SD card:
http://zedboard.org/content/read-txt-matrices-sd-ddr-zedboard
Regards,
-Kevin
Kevin Thanks for reply,
Baremetal/standalone or linux anything can be good for me to write first time on SDCARD.
Actually What I want to do is Have input coming from ADC of zedBoard send that data from PL to PS and write it on DRAM. Uptill Now I am done with this. Now i Want to read data written in Dram and Write the read data to SDCARD. Please help
Regards