summaryrefslogtreecommitdiffstats
path: root/host/docs/usrp2.rst
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-04-22 12:55:54 -0700
committerJosh Blum <josh@joshknows.com>2010-04-22 12:55:54 -0700
commit05d0a14a2eaf6054d304c153dc9035eaca8039b2 (patch)
tree790d0e11ea43da636709100009ed59c93170cfc8 /host/docs/usrp2.rst
parente5248746f66829c0bd899bcde5c15970fdda785d (diff)
downloaduhd-05d0a14a2eaf6054d304c153dc9035eaca8039b2.tar.gz
uhd-05d0a14a2eaf6054d304c153dc9035eaca8039b2.tar.bz2
uhd-05d0a14a2eaf6054d304c153dc9035eaca8039b2.zip
pulled in some dboard docs and fixes
Diffstat (limited to 'host/docs/usrp2.rst')
-rw-r--r--host/docs/usrp2.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst
index 48ef60683..32e7374c8 100644
--- a/host/docs/usrp2.rst
+++ b/host/docs/usrp2.rst
@@ -1,5 +1,5 @@
========================================================================
-UHD - USRP2 App Notes
+UHD - USRP2 Application Notes
========================================================================
.. contents:: Table of Contents
@@ -36,7 +36,7 @@ Run the following commands:
cd <uhd-repo-path>/firmware/microblaze
./boostrap
- ./configure host=mb
+ ./configure --host=mb
make
*The image file will be ./apps/txrx.bin*
@@ -112,7 +112,7 @@ Run the following commands:
::
cd <prefix>/share/uhd/utils
- ./usrp2 recovery.py --ifc=eth0 --new-ip=192.168.10.3
+ ./usrp2_recovery.py --ifc=eth0 --new-ip=192.168.10.3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Debugging networking problems
@@ -125,4 +125,4 @@ The microcontroller prints useful information about IP addresses,
MAC addresses, control packets, and fast-path settings.
**Monitor the host network traffic:**
-Use wireshark to monitor packets send to and received from the USRP2.
+Use wireshark to monitor packets sent to and received from the USRP2.