Changes between Version 1 and Version 2 of Documentation/SupportedImages/Experimental


Ignore:
Timestamp:
Oct 23, 2013, 8:39:23 PM (11 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/SupportedImages/Experimental

    v1 v2  
    44
    55 1. Image name: '''ubuntu-12-04-base-64bit_uhd.ndz'''
     6    * Derived from: ubuntu-13-04-base-64bit_omf.ndz [[BR]]
     7      The source image was built according to instructions from [wiki:Documentation/SupportedImages/BuildingBaselineImage here]
    68    * Base Os version: Ubuntu - 12.04.03 LTS
    79    * Kernel version: 3.08
     
    2123      ...$ uhd_usrp_probe
    2224      }}}
     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      }}}