discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Correct directory structure for <path>/gnuradio/usrp2


From: Nick Othieno
Subject: [Discuss-gnuradio] Correct directory structure for <path>/gnuradio/usrp2/fpga
Date: Tue, 11 Jan 2011 10:38:34 -0500

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:

address@hidden 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 :

address@hidden fpga]$ git clone git://ettus.sourcerepo.com/ettus/fpga.git

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

address@hidden fpga]$ ls
fpga  README

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

address@hidden fpga]$ cd fpga
address@hidden 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
address@hidden fpga]$ ls
usrp1  usrp2
address@hidden fpga]$ cd usrp2/
address@hidden usrp2]$ ls
boot_cpld  control_lib  coregen  extram  fifo  models  opencores  sdr_lib  serdes  simple_gemac  testbench  timing  top  udp  vrt
address@hidden usrp2]$

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

Nick

reply via email to

[Prev in Thread] Current Thread [Next in Thread]