Commit 72406041 authored by Florian Kaltenberger's avatar Florian Kaltenberger

changing default uhd version when installing from source

this is the one that also works with the n310
parent 4b0730f7
...@@ -252,7 +252,7 @@ install_usrp_uhd_driver_from_source(){ ...@@ -252,7 +252,7 @@ install_usrp_uhd_driver_from_source(){
rm -rf /tmp/uhd rm -rf /tmp/uhd
git clone https://github.com/EttusResearch/uhd.git git clone https://github.com/EttusResearch/uhd.git
cd uhd cd uhd
git checkout tags/release_003_010_001_001 git checkout tags/v3.13.0.2
mkdir -p host/build mkdir -p host/build
cd host/build cd host/build
$CMAKE ../ $CMAKE ../
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment