aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/usrp_e3x0.dox
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-11-12 17:17:33 +0100
committerMartin Braun <martin.braun@ettus.com>2014-11-13 01:16:18 +0100
commit5ed9c56be618617175b1a399deb3bfdfd6730cc5 (patch)
treedb4e816d9b412cefd3e7c0a3f093226ce8111ec8 /host/docs/usrp_e3x0.dox
parent265db795c26cf9609f8f1288484f85788cbf7b3d (diff)
downloaduhd-5ed9c56be618617175b1a399deb3bfdfd6730cc5.tar.gz
uhd-5ed9c56be618617175b1a399deb3bfdfd6730cc5.tar.bz2
uhd-5ed9c56be618617175b1a399deb3bfdfd6730cc5.zip
docs: Fixed minor E300 docs typos.
Diffstat (limited to 'host/docs/usrp_e3x0.dox')
-rw-r--r--host/docs/usrp_e3x0.dox8
1 files changed, 4 insertions, 4 deletions
diff --git a/host/docs/usrp_e3x0.dox b/host/docs/usrp_e3x0.dox
index f857676c7..a9dda59ea 100644
--- a/host/docs/usrp_e3x0.dox
+++ b/host/docs/usrp_e3x0.dox
@@ -136,7 +136,7 @@ which should return 'arm-oe-linux-gnueabi'.
-# Setup your environment as described in \ref e3x0_sdk_usage
-# Type the following in the build directory (assuming a build in host/build):
- $ cmake -DCMAKE_TOOLCHAIN_FILE=<youruhdsrc>/host/cmake/Toolchains/oe-sdk_cross.cmake -DENABLE_E300 ..
+ $ cmake -DCMAKE_TOOLCHAIN_FILE=<youruhdsrc>/host/cmake/Toolchains/oe-sdk_cross.cmake -DENABLE_E300=On ..
$ make
\subsubsection e3x0_sdk_usage_gnuradio Building GNU Radio
@@ -195,7 +195,7 @@ builds)
$ bitbake gnuradio-dev-image
\endcode
-When this completes, the files needed to create the sd card are in
+When this completes, the files needed to create the SD card are in
`tmp-glibc/deploy/images/ettus-e300`
-# Build the toolchain.
@@ -399,7 +399,7 @@ usrp->set_rx_subdev_spec("A:A A:B");
The following sensors are available for the USRP-E Series motherboards;
they can be queried through the API.
-- **fe_locked** - rx / tx frontend pll locked
+- **fe_locked** - rx / tx frontend PLL locked
- **temp** - processor temperature value
- **gps_time** and **gps_locked** sensors are added when the GPSDO is found
@@ -494,7 +494,7 @@ by pinging the USRP and making sure the LEDs start to blink.
- Communication
-# How do I enable X forwarding so I can run X apps on the e3x0?\n
- In the file `/etc/ssh/sshd_config`, unmcomment the line `#X11Forwarding no`
+ In the file `/etc/ssh/sshd_config`, uncomment the line `#X11Forwarding no`
and change "no" to "yes".
\section e3x0_apps Applications