aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/dboard_manager
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-05-25 10:27:02 -0700
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:03:58 -0800
commit5edeeef564ac47cd891a21173e44a74847931d8a (patch)
tree8cb21223147d76bf082fa287023ef6110b0402ec /mpm/python/usrp_mpm/dboard_manager
parent4b00bc4d698910eb0643a4533a27f715cfb5b434 (diff)
downloaduhd-5edeeef564ac47cd891a21173e44a74847931d8a.tar.gz
uhd-5edeeef564ac47cd891a21173e44a74847931d8a.tar.bz2
uhd-5edeeef564ac47cd891a21173e44a74847931d8a.zip
mpm/EISCAT: Renamed UIO udev labels, enabled spidevs on both dboards
The UIO labels will require an update to the device tree overlay file.
Diffstat (limited to 'mpm/python/usrp_mpm/dboard_manager')
-rw-r--r--mpm/python/usrp_mpm/dboard_manager/eiscat.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/dboard_manager/eiscat.py b/mpm/python/usrp_mpm/dboard_manager/eiscat.py
index 78dae0c1f..98cea47ce 100644
--- a/mpm/python/usrp_mpm/dboard_manager/eiscat.py
+++ b/mpm/python/usrp_mpm/dboard_manager/eiscat.py
@@ -406,7 +406,10 @@ class EISCAT(DboardManagerBase):
",".join(['{}={}'.format(x, args[x]) for x in args])
))
self.log.trace("Getting uio...")
- self.radio_regs = UIO(label="jesd204b-regs", read_only=False)
+ self.radio_regs = UIO(
+ label="dboard-regs-{}".format(self.slot_idx),
+ read_only=False
+ )
# Create JESD cores. They will also test the UIO regs on initialization.
self.jesd_cores = [
JesdCoreEiscat(