| | 45 | 1. Image name: '''ubuntu-13-04-base-64bit_uhd.ndz''' |
| | 46 | * Derived from: ubuntu-13-04-base-64bit_omf.ndz [[BR]] |
| | 47 | This source image was built according to instructions from [wiki:Documentation/SupportedImages/BuildingBaselineImage here] |
| | 48 | * Base Os version: Ubuntu 13.04 |
| | 49 | * Kernel version: Linux 3.8.0-32-generic #47-Ubuntu SMP Tue Oct 1 22:35:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux |
| | 50 | * UHD version: linux; GNU C++ version 4.7.3; Boost_104900; UHD_003.005.004-56-stable |
| | 51 | * Installation: |
| | 52 | This procedure is documented on Ettus website: http://ettus-apps.sourcerepo.com/redmine/ettus/projects/uhd/wiki/UHD_Linux |
| | 53 | {{{ |
| | 54 | ...$ bash -c 'echo "deb http://files.ettus.com/binaries/uhd_stable/repo/uhd/ubuntu/`lsb_release -cs` `lsb_release -cs` main" > /etc/apt/sources.list.d/ettus.list' |
| | 55 | ...$ apt-get update |
| | 56 | ...$ apt-get install -t `lsb_release -cs` uhd |
| | 57 | ...$ apt-get install python libboost-all-dev libusb-1.0-0-dev |
| | 58 | ...$ apt-get dist-upgrade (optional) |
| | 59 | }}} |
| | 60 | * Notes: To test with uhd_usrp_probe |
| | 61 | {{{ |
| | 62 | ...$ ifconfig eth2 192.168.10.1 |
| | 63 | ...$ uhd_usrp_probe |
| | 64 | }}} |