On 04/24/2015 03:15 PM, Pengyu Zhang wrote:
Hi,
I meet problems when I try to upgrade UHD to a version higher than
3.7.6.1.
I follow these UHD installation instructions shown in the following link.
sudo bash -c 'echo "debhttp://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/`lsb_release
<http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/%60lsb_release> -cs` `lsb_release -cs`
main" > /etc/apt/sources.list.d/ettus.list'
sudo apt-get update
sudo apt-get install -t `lsb_release -cs` uhd
http://code.ettus.com/redmine/ettus/projects/uhd/wiki/UHD_Linux
Then I check the version of installed UHD using the following command.
It looks like that I have installed UHD 3.8.0.
$ dpkg -s uhd
Package: uhd
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 133399
Maintainer: Ettus Research <supp...@ettus.com <mailto:supp...@ettus.com>>
Architecture: amd64
Version: 003.008.000-release
Depends: libboost-all-dev
Recommends: python, python-tk
Description: Ettus Research - USRP Hardware Driver
However, when I run a flow graph, I get the following messages, which
seems to suggest that I am running 3.5.5.0 instead of 3.8.0. Any tips
on how to fix this problem? Thanks.
$ python top_block.py
linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.005.005-0-unknown
Attached is the flow graph I am running...
Pengyu
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Use your package tool, apt-get to erase the existing UHD, which was
probably installed from your distributions package repo,
and try the install again from the Ettus repository.
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio