| 1 | == Experimental Images == |
| 2 | |
| 3 | === Universal Hardware Driver - From ettus research === |
| 4 | |
| 5 | 1. Image name: '''ubuntu-12-04-base-64bit_uhd.ndz''' |
| 6 | * Base Os version: Ubuntu - 12.04.03 LTS |
| 7 | * Kernel version: 3.08 |
| 8 | * UHD version: 3.05 |
| 9 | * Installation: |
| 10 | This procedure is documented on Ettus website: http://ettus-apps.sourcerepo.com/redmine/ettus/projects/uhd/wiki/UHD_Linux |
| 11 | {{{ |
| 12 | ...$ 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' |
| 13 | ...$ apt-get update |
| 14 | ...$ apt-get install -t `lsb_release -cs` uhd |
| 15 | ...$ apt-get install python libboost-all-dev libusb-1.0-0-dev |
| 16 | ...$ apt-get dist-upgrade '''(optional)''' |
| 17 | }}} |
| 18 | * Notes: To test with uhd_usrp_probe |
| 19 | {{{ |
| 20 | ...$ ifconfig eth2 192.168.10.1 |
| 21 | ...$ uhd_usrp_probe |
| 22 | }}} |