diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-22 12:04:00 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-22 12:04:00 -0700 |
commit | 70b6144543596816e5df19009777294ce5e500ae (patch) | |
tree | 4a06167164806d8dfbcb22d2605da94f7ce196d2 /host/docs/usrp2.rst | |
parent | d73db2cc560f975512db7748f0e82865285c76e8 (diff) | |
download | uhd-70b6144543596816e5df19009777294ce5e500ae.tar.gz uhd-70b6144543596816e5df19009777294ce5e500ae.tar.bz2 uhd-70b6144543596816e5df19009777294ce5e500ae.zip |
added dboard app notes
Diffstat (limited to 'host/docs/usrp2.rst')
-rw-r--r-- | host/docs/usrp2.rst | 8 |
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. |