Tuesday, January 11, 2011

[Discuss-gnuradio] Correct directory structure for /gnuradio/usrp2/fpga

Hi,

I am in the process of compiling gnuradio for a USRP2 and when looking into the directory ./gnuradio/usrp2/fpga  I came across a single README that had the contents:

[gnuradio@localhost fpga]$ cat README
The FPGA directory that used to be here is now hosted at:

git://ettus.sourcerepo.com/ettus/fpga.git


So I dutifully cloned this directory :

[gnuradio@localhost fpga]$ git clone git://ettus.sourcerepo.com/ettus/fpga.git

Then when I check the contents of ./gnuradio/usrp2/fpga I see:

[gnuradio@localhost fpga]$ ls
fpga  README

And when I check fpga I see that a directory for both usrp and usrp2 exist:

[gnuradio@localhost fpga]$ cd fpga
[gnuradio@localhost fpga]$ pwd
<path>/gnuradio/usrp2/fpga/fpga <---This does not look right but I know it's an effect of running the clone inside the fpga directory
[gnuradio@localhost fpga]$ ls
usrp1  usrp2
[gnuradio@localhost fpga]$ cd usrp2/
[gnuradio@localhost usrp2]$ ls
boot_cpld  control_lib  coregen  extram  fifo  models  opencores  sdr_lib  serdes  simple_gemac  testbench  timing  top  udp  vrt
[gnuradio@localhost usrp2]$

How exactly should the directory structure look like from the point <path>/gnuradio/usrp2/fpga onwards?

Nick

No comments:

Post a Comment