Re: [Discuss-gnuradio] An End-to-End working example for GNU Radio on Zedboard

2016-01-28 Thread Alireza Khodamoradi
you didn't have the FPGA pass from QD to the > filters? That is to say, each block went into the FPGA, and back to the > computer? > > - Tim > > On Tue, Jan 26, 2016 at 2:08 PM, Alireza Khodamoradi < > ar.khodamor...@gmail.com> wrote: > >> Hi everyone, &

[Discuss-gnuradio] An End-to-End working example for GNU Radio on Zedboard

2016-01-26 Thread Alireza Khodamoradi
Hi everyone, I like to share our source code and some tutorials on how to implement and use GR on ZedBoard. You also can find custom blocks in GR designed to interact with XIllybus that you can use as drag and drop in GRC. https://bitbucket.org/maswes/gnuradio_on_fpga-cohort3/wiki/Home Cheers, A

Re: [Discuss-gnuradio] Install GNURadio from Source

2015-06-10 Thread Alireza Khodamoradi
If you get your source from https://github.com/gnuradio/gnuradio the VOLK folder will be empty (take a look at the git repo, volk folder is a link). You can manually get it from https://github.com/gnuradio/volk/tree/master Cheers, Alireza On Wed, Jun 10, 2015 at 12:20 PM, Richard Bell wrote: >

Re: [Discuss-gnuradio] GNU Radio on Zedboard

2015-04-01 Thread Alireza Khodamoradi
Thank you Philip! I also don't have the audio jack working. Should I ask it on the meta-xilinx list? On Wed, Apr 1, 2015 at 4:50 PM, Philip Balister wrote: > On 03/31/2015 11:39 AM, Alireza Khodamoradi wrote: > > Philip, > > > > I got it working. For some reason

Re: [Discuss-gnuradio] GNU Radio on Zedboard

2015-03-31 Thread Alireza Khodamoradi
d with the gnu-radio. But I can't get the VGA to work - I have to use UART to connect to the linux - I saw it has *startx* , is there any way for me to get the VGA working? Thank you, Alireza On Fri, Mar 20, 2015 at 6:54 AM, Philip Balister wrote: > On 03/19/2015 10:48 AM, Alireza Khodamora

Re: [Discuss-gnuradio] GNU Radio on Zedboard

2015-03-19 Thread Alireza Khodamoradi
Here are the files I have in the FAT partition (boot): 1- boot.bin 2- u-boot.img 3- uEnv.txt 4- uImage 5- zc702-zynq7.dtb * I used this image: *sdimage-8G-zc702.direct* On Thu, Mar 19, 2015 at 6:41 AM, Philip Balister wrote: > On 03/18/2015 10:44 PM, Alireza Khodamoradi wrote: > &g

Re: [Discuss-gnuradio] GNU Radio on Zedboard

2015-03-18 Thread Alireza Khodamoradi
the other image. What am I doing wrong? On Fri, Mar 13, 2015 at 11:22 AM, Philip Balister wrote: > On 03/13/2015 01:17 PM, Alireza Khodamoradi wrote: > > Hello everyone, > > > > I'm going through the instructions from here: > > > > http://gnuradio.org/red

Re: [Discuss-gnuradio] GNU Radio on Zedboard

2015-03-13 Thread Alireza Khodamoradi
Fri, Mar 13, 2015 at 11:06 AM, Tom Rondeau wrote: > On Fri, Mar 13, 2015 at 1:17 PM, Alireza Khodamoradi < > alire...@eng.ucsd.edu> wrote: > >> Hello everyone, >> >> I'm going through the instructions from here: >> >> http://gnuradio.org/redmine/

[Discuss-gnuradio] GNU Radio on Zedboard

2015-03-13 Thread Alireza Khodamoradi
Hello everyone, I'm going through the instructions from here: http://gnuradio.org/redmine/projects/gnuradio/wiki/Zynq to get a working image with gnu radio for my zedboard. Unfortunately I can't get the board to boot with this image. I was wondering if someone can help me. what I tried so far