Changeset 10988
- Timestamp:
- 12/16/11 15:01:20 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/mcarrick/user-guide-0.8.3/Installation.tex
r10987 r10988 135 135 \label{section:installation:source:dependencies:gnuradio} 136 136 OSSIE uses a small subset of GNU Radio to communicate with and configure the USRP. The 137 following steps will walk through installing portions of GNU Radio. OSSIE provides support 138 for both the USRP and USRP2. If you would like to use the USRP2, then you will need to 139 install GNURadio v3.2 or later; otherwise, GNURadio v3.1 will work fine. 137 following steps will walk through installing portions of GNU Radio. 140 138 141 139 First, we must install the GNU Radio firmware that can communicate with the USRP. … … 169 167 a text editor: 170 168 171 in Fedora, 172 \begin{lstlisting}[] 173 # vim /etc/udev/rules.d/10-usrp.rules 174 \end{lstlisting} 175 176 Some distributions such as Ubuntu do not have vim installed by default. If that is the case, use vi instead. 169 \begin{lstlisting}[] 170 $ sudo gedit /etc/udev/rules.d/10-usrp.rules 171 \end{lstlisting} 177 172 178 173 Add the following text to the file: