diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-07-28 09:37:02 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-07-28 09:37:02 -0700 |
commit | e94223d4b5db34b407a72f9aed56fe3ef4eeec75 (patch) | |
tree | f73eea9df6ec6ffe2252d393850b7625d435f786 /host/docs/usrp_e3x0.dox | |
parent | 3288048fe443b47d19d340e47fe555539746f511 (diff) | |
parent | 1d1dd415a958fa6f2a7aac06cf4026a8d387a9f2 (diff) | |
download | uhd-e94223d4b5db34b407a72f9aed56fe3ef4eeec75.tar.gz uhd-e94223d4b5db34b407a72f9aed56fe3ef4eeec75.tar.bz2 uhd-e94223d4b5db34b407a72f9aed56fe3ef4eeec75.zip |
Merge branch 'maint'
Diffstat (limited to 'host/docs/usrp_e3x0.dox')
-rw-r--r-- | host/docs/usrp_e3x0.dox | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/host/docs/usrp_e3x0.dox b/host/docs/usrp_e3x0.dox index 70432d05f..b175cc201 100644 --- a/host/docs/usrp_e3x0.dox +++ b/host/docs/usrp_e3x0.dox @@ -283,6 +283,7 @@ It's behavior is firmware version dependent. + 1 - Low voltage error + 2 - Regulator low voltage error + 3 - FPGA power error + + 4 - DRAM power error + 5 - 1.8V rail power error + 6 - 3.3V rail power error + 7 - Daughterboard / TX power error @@ -746,6 +747,16 @@ by pinging the USRP and making sure the LEDs start to blink. In the file `/etc/ssh/sshd_config`, uncomment the line \#`X11Forwarding no` and change "no" to "yes". + - Firmware + -# With Firmware 2.0 the device no longer turns on when AC power is plugged.<br> + This setting can be adjusted via `/sys/devices/axi_pmu.3/autoboot`. + + Using `$ echo 1 > /sys/devices/axi_pmu.3/autoboot` autoboot is turned on. + + Using `$ echo 0 > /sys/devices/axi_pmu.3/autoboot` autoboot is turned off. + + Note that the path above is subject to change depending on device tree changes. + \section e3x0_apps Applications \subsection e3x0_apps_gsm GSM Base Station |