« Previous -
Version 14/135
(diff) -
Next » -
Current version
Josh Blum, 09/29/2010 11:11 pm
added link for drivers
UHD Start¶
Get the source¶
git clone git://ettus.sourcerepo.com/ettus/uhd.git
See the manual for build instructions.
Downloads¶
Documentation¶
Gnuradio + UHD¶
To get the gr-uhd blocks, you will need to checkout the next branch on git://gnuradio.org/gnuradio.git
From a checked out gnuradio repository, run the following commands:
git branch --track next origin/next git checkout next
When building the gnuradio uhd branch, make sure the gr-uhd is one of the configured components.
If not, the configure script may not be able to find the uhd.pc file. Try setting your PKG_CONFIG_PATH.