| 65 | 1. Image name: '''ubuntu-13-04-base-32bit_uhd.ndz''' |
| 66 | * Derived from: ubuntu-13-04-omf-32bit-non-pae.ndz [[BR]] |
| 67 | This source image was built according to instructions from [wiki:Documentation/SupportedImages/BuildingBaselineImage here] |
| 68 | * Base Os version: Ubuntu 13.04 |
| 69 | * Kernel version: Linux 3.8.0-32-generic #47-Ubuntu SMP Tue Oct 1 21:36:40 UTC 2013 i686 i686 i686 GNU/Linux |
| 70 | * UHD version: linux; GNU C++ version 4.7.3; Boost_104900; UHD_003.005.004-56-stable |
| 71 | * Installation: |
| 72 | This procedure is documented on Ettus website: http://ettus-apps.sourcerepo.com/redmine/ettus/projects/uhd/wiki/UHD_Linux |
| 73 | {{{ |
| 74 | ...$ 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' |
| 75 | ...$ apt-get update |
| 76 | ...$ apt-get install -t `lsb_release -cs` uhd |
| 77 | ...$ apt-get install python libboost-all-dev libusb-1.0-0-dev |
| 78 | ...$ apt-get dist-upgrade (optional) |
| 79 | }}} |
| 80 | * Notes: To test with uhd_usrp_probe |
| 81 | {{{ |
| 82 | ...$ ifconfig eth2 192.168.10.1 |
| 83 | ...$ uhd_usrp_probe |
| 84 | }}} |