diff options
author | Sugandha Gupta <sugandha.gupta@ettus.com> | 2019-05-09 10:54:40 -0700 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-05-17 11:02:02 -0700 |
commit | 801a8f029f6b587a12a5dcf3db443108dbb97b50 (patch) | |
tree | 46bdf5d2fc1e0d9986134550c260e8f07d89e362 /host/docs/configuration.dox | |
parent | f05863d8bf6f41a2ffed1d2b0feec356f04a1426 (diff) | |
download | uhd-801a8f029f6b587a12a5dcf3db443108dbb97b50.tar.gz uhd-801a8f029f6b587a12a5dcf3db443108dbb97b50.tar.bz2 uhd-801a8f029f6b587a12a5dcf3db443108dbb97b50.zip |
docs: e31x: e320: Update docs for E310 MPM version
- Also updated device args and subdev spec
Diffstat (limited to 'host/docs/configuration.dox')
-rw-r--r-- | host/docs/configuration.dox | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/host/docs/configuration.dox b/host/docs/configuration.dox index 480410d5c..d37943324 100644 --- a/host/docs/configuration.dox +++ b/host/docs/configuration.dox @@ -26,7 +26,7 @@ and possible more options. fpga | Provide alternative FPGA bitfile | All USB Devices, X3x0 (PCIe only), E310, E1x0 | fpga=/path/to/bitfile.bit fw | Provide alternative firmware | All USB Devices, X3x0 | fw=/path/to/fw.bin ignore-cal-file | Ignores existing device calibration files | All Devices with cal-file support| See \ref ignore_cal_file - master_clock_rate | Master Clock Rate in Hz | X3x0, B2x0, B1x0, E3x0, E1x0, N3xx | master_clock_rate=16e6 + master_clock_rate | Master Clock Rate in Hz | X3x0, B2x0, B1x0, E3xx, E1x0, N3xx | master_clock_rate=16e6 dboard_clock_rate | Daughterboard clock rate in Hz | X3x0 | dboard_clock_rate=50e6 system_ref_rate | Frequency of external reference | X3x0 | system_ref_rate=11.52e6 mcr | Override master clock rate settings (see \ref usrp1_hw_extclk) | USRP1 | mcr=52e6 @@ -35,9 +35,9 @@ and possible more options. self_cal_adc_delay | Run ADC transfer delay self-calibration. | X3x0 | self_cal_adc_delay=1 ext_adc_self_test | Run an extended ADC self test (more than the usual) | X3x0 | ext_adc_self_test=1 recover_mb_eeprom | Disable version checks. Can damage hardware. Only recommended for recovering devices with corrupted EEPROMs. | X3x0, N230 | recover_mb_eeprom=1 - skip_dram | Ignore DRAM FIFO block. Connect TX streamers straight into DUC or radio. | X3x0, N3x0 | skip_dram=1 - skip_ddc | Ignore DDC block. Connect Rx streamers straight into radio. | X3x0, N3x0 | skip_ddc=1 - skip_duc | Ignore DUC block. Connect Rx streamers or DRAM straight into radio. | X3x0, N3x0 | skip_duc=1 + skip_dram | Ignore DRAM FIFO block. Connect TX streamers straight into DUC or radio. | X3x0, N3xx | skip_dram=1 + skip_ddc | Ignore DDC block. Connect Rx streamers straight into radio. | X3x0, N3xx, E3xx | skip_ddc=1 + skip_duc | Ignore DUC block. Connect Rx streamers or DRAM straight into radio. | X3x0, N3xx, E3xx | skip_duc=1 In addition, many of the streaming-related options can be set per-device at configuration time. @@ -91,10 +91,10 @@ a subdev spec string for every device individually. All USRP family motherboards have a first slot named **A:**. The USRP1 and X3x0 have two daughterboard subdevice slots, known as **A:** and **B:**. -The B210 and E310 series have a different configuration, since their two radios +The B210 series have a different configuration, since their two radios are logically connected to the same "daughterboard" (which is in reality the integrated AD9361), but different frontends. -To select both radios on a B200 or an E300, use this string: +To select both radios on a B200, use this string: A:A A:B |