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:
[gnura...@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 : [gnura...@localhost fpga]$ git clone git:// ettus.sourcerepo.com/ettus/fpga.git Then when I check the contents of ./gnuradio/usrp2/fpga I see: [gnura...@localhost fpga]$ ls fpga README And when I check fpga I see that a directory for both usrp and usrp2 exist: [gnura...@localhost fpga]$ cd fpga [gnura...@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 [gnura...@localhost fpga]$ ls usrp1 usrp2 [gnura...@localhost fpga]$ cd usrp2/ [gnura...@localhost usrp2]$ ls boot_cpld control_lib coregen extram fifo models opencores sdr_lib serdes simple_gemac testbench timing top udp vrt [gnura...@localhost usrp2]$ How exactly should the directory structure look like from the point <path>/gnuradio/usrp2/fpga onwards? Nick
_______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
