| 25 | 1. Image name: '''ubuntu-12-04-base-32bit_uhd.ndz''' |
| 26 | * Derived from: ubuntu-12-04-base-32bit_omf.ndz [[BR]] |
| 27 | This source image was built according to instructions from [wiki:Documentation/SupportedImages/BuildingBaselineImage here] |
| 28 | * Base Os version: Ubuntu 12.04.2 LTS |
| 29 | * Kernel version: Linux 3.8.0-31-generic #46~precise1-Ubuntu SMP Wed Sep 11 17:49:16 UTC 2013 i686 i686 i386 GNU/Linux |
| 30 | * UHD version: linux; GNU C++ version 4.6.3; Boost_104601; UHD_003.005.004-56-stable |
| 31 | * Installation: |
| 32 | This procedure is documented on Ettus website: http://ettus-apps.sourcerepo.com/redmine/ettus/projects/uhd/wiki/UHD_Linux |
| 33 | {{{ |
| 34 | ...$ 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' |
| 35 | ...$ apt-get update |
| 36 | ...$ apt-get install -t `lsb_release -cs` uhd |
| 37 | ...$ apt-get install python libboost-all-dev libusb-1.0-0-dev |
| 38 | ...$ apt-get dist-upgrade '''(optional)''' |
| 39 | }}} |
| 40 | * Notes: To test with uhd_usrp_probe |
| 41 | {{{ |
| 42 | ...$ ifconfig eth2 192.168.10.1 |
| 43 | ...$ uhd_usrp_probe |
| 44 | }}} |