diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-11 17:13:21 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-10-12 10:16:38 -0700 |
commit | 08b23bf3c6fcd0aaa84be74b4890687491e561bb (patch) | |
tree | 9ce0f5a7fd201a48d377341ed056b1ac697746ce /host | |
parent | 5f2ed309ab506adb61472b7c15fe2fe4b90cfcbb (diff) | |
download | uhd-08b23bf3c6fcd0aaa84be74b4890687491e561bb.tar.gz uhd-08b23bf3c6fcd0aaa84be74b4890687491e561bb.tar.bz2 uhd-08b23bf3c6fcd0aaa84be74b4890687491e561bb.zip |
usrp: add documentation for front-panel leds (needs FPGA update)
Diffstat (limited to 'host')
-rw-r--r-- | host/docs/usrp_b1xx.rst | 17 | ||||
-rw-r--r-- | host/docs/usrp_e1xx.rst | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/host/docs/usrp_b1xx.rst b/host/docs/usrp_b1xx.rst index 75b901a86..7c535ec0a 100644 --- a/host/docs/usrp_b1xx.rst +++ b/host/docs/usrp_b1xx.rst @@ -56,3 +56,20 @@ Example: :: uhd_usrp_probe --args="master_clock_rate=52e6" + +------------------------------------------------------------------------ +Hardware setup notes +------------------------------------------------------------------------ + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Front panel LEDs +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +The LEDs on the front panel can be useful in debugging hardware and software issues. +The LEDs reveal the following about the state of the device: + +* **LED A:** transmitting +* **LED B:** fpga loaded +* **LED C:** receiving +* **LED D:** fpga loaded +* **LED E:** reference lock +* **LED F:** board power diff --git a/host/docs/usrp_e1xx.rst b/host/docs/usrp_e1xx.rst index 4ac9d133a..b76752327 100644 --- a/host/docs/usrp_e1xx.rst +++ b/host/docs/usrp_e1xx.rst @@ -89,3 +89,20 @@ Test the PPS input with the following app: cd <install-path>/share/uhd/examples ./test_pps_input --args=<args> + +------------------------------------------------------------------------ +Hardware setup notes +------------------------------------------------------------------------ + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Front panel LEDs +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +The LEDs on the front panel can be useful in debugging hardware and software issues. +The LEDs reveal the following about the state of the device: + +* **LED A:** transmitting +* **LED B:** fpga loaded +* **LED C:** receiving +* **LED D:** fpga loaded +* **LED E:** reference lock +* **LED F:** board power |