aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/e320_bist
diff options
context:
space:
mode:
authorSugandha Gupta <sugandha.gupta@ettus.com>2018-07-26 15:37:22 -0700
committerBrent Stapleton <bstapleton@g.hmc.edu>2018-07-31 14:02:02 -0700
commit07ea501abe8310f7f2e192b43c6329cb60505c5d (patch)
tree24ac97b198423fbfd2dd7c9326ad8063c4c4872e /mpm/python/e320_bist
parent0e0b62baf86e572a362d39211165badb14ebdc66 (diff)
downloaduhd-07ea501abe8310f7f2e192b43c6329cb60505c5d.tar.gz
uhd-07ea501abe8310f7f2e192b43c6329cb60505c5d.tar.bz2
uhd-07ea501abe8310f7f2e192b43c6329cb60505c5d.zip
e320: Fix front panel gpio to support 3.3V
- E320 will support only 3.3 V for the front panel GPIO - Remove other voltage options
Diffstat (limited to 'mpm/python/e320_bist')
-rwxr-xr-xmpm/python/e320_bist2
1 files changed, 0 insertions, 2 deletions
diff --git a/mpm/python/e320_bist b/mpm/python/e320_bist
index 8ee5b9b91..a91395110 100755
--- a/mpm/python/e320_bist
+++ b/mpm/python/e320_bist
@@ -472,7 +472,6 @@ class E320BIST(object):
}
from usrp_mpm.periph_manager import e320
# Turn on GPS, give some time to acclimatize
- print("Entered gpsdo test")
mb_regs = e320.MboardRegsControl(e320.e320.mboard_regs_label, self.log)
mb_regs.enable_gps(True)
time.sleep(5)
@@ -668,7 +667,6 @@ class E320BIST(object):
from usrp_mpm.periph_manager import e320, e320_periphs
mb_regs = e320_periphs.MboardRegsControl(e320.e320.mboard_regs_label, self.log)
mb_regs.enable_fp_gpio(True)
- mb_regs.set_fp_gpio_voltage(2.5)
mb_regs.set_fp_gpio_master(0xFF)
# Allow some time for the front-panel GPIOs to become usable
time.sleep(1)