I'm working on a Zedboard project which requires the fpga to print result on pc.Can someone give me a heads up on how it can be done.
Thank you in advance!
I'm working on a Zedboard project which requires the fpga to print result on pc.Can someone give me a heads up on how it can be done.
Thank you in advance!
The "hello world" program, running on the ARM processor in the Zynq device, does not have any access to the hard drive in your host computer. You will need to transfer the data from the ARM processor to your host computer, via the USB-UART serial link or Ethernet or some other data path you create. Then you will need to write a program or use some utility on your host computer to write the results to the hard drive 'locally'.
Or you could have the Zynq ARM processor write the data to the SD Card and then physically move the SD Card to your host computer and transfer the data there.
-Gary
Hi TroutChaser,
Transferring data ARM processor to your host computer, via the USB-UART serial link or Ethernet port or even SD Card would work. Could you guide me with any resouces on how to do this? Thanks!
Hi TroutChaser,
Transferring data ARM processor to your host computer, via the USB-UART serial link or Ethernet port or even SD Card would work. Could you guide me with any resouces on how to do this? Thanks!