On 02/12/2011 12:03 PM, Elvis Dowson wrote: > Hi, I know its been discussed many times, it's a bit confusing as to > the exact versions of the tools that are required for building USRP2 > FPGA firmware, for use with the UHD driver on Ubuntu 10.04. The > README file in the uhd git repo for the fpga folder doesn't list this > information.
I think there is a terminology issue here. The FPGA image is built by ISE. The firmware is built by gcc. I assume you mean the FPGA image. > Question 01: Which version of ISE is know to work with the UHD driver > and GNU Radio 3.3.1 master branch? This is where you are going wrong. UHD is not a part of GNU Radio 3.3.1. If you want to use UHD, you need the GNU Radio next branch. In that case you must use ISE 12.1. > > Question 02: What is the build command and what options should I use > to build the USRP2 UHD FPGA firmware image? Go into the u2_rev3 directory and type "make bin" Matt _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
