read the values from the SD card

Post a reply

Confirmation code
Enter the code exactly as it appears. All letters are case insensitive.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: read the values from the SD card

Re: read the values from the SD card

Post by Guest »

Thank you Eli. I have been sent different values to my microzed using httpd request. So Now the values are stored as a text file in the linux system files in the sd card. I am a begiiner so dont have much ideas. Can you guide me please.

Re: read the values from the SD card

Post by support »

Hello,

I would suggest writing some piece of software that reads the data from the SD card and writes it to a Xillybus stream in the desired format. This is just plain file I/O.

On the FPGA side, connect your application logic to the Xillybus IP core through a standard FIFO and fetch the data from the FIFO.

Please refer to the "Getting Started" documents in the documentation section of Xillybus' web site, to get an idea on how the system would look like.

Good luck,
Eli

read the values from the SD card

Post by Guest »

Hello,
I need a help from you guys. I am using microzed board. I have a set of values stored in my SD card as text file. I want to load that values to my FPGA. I dont know how to do.Can anyone please help me.

Top