diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-16 15:56:09 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-16 15:56:09 -0700 |
commit | 1712228b54e13dc51eefd376f1d3f49efa842a6d (patch) | |
tree | fd6225b5fca648edabb432900f4925e705e60ffc /host/docs/configuration.dox | |
parent | e2f779983eb15ebe4b1b8c12e008e9f4e77ff840 (diff) | |
download | uhd-1712228b54e13dc51eefd376f1d3f49efa842a6d.tar.gz uhd-1712228b54e13dc51eefd376f1d3f49efa842a6d.tar.bz2 uhd-1712228b54e13dc51eefd376f1d3f49efa842a6d.zip |
docs: Some X3x0-related updates
Diffstat (limited to 'host/docs/configuration.dox')
-rw-r--r-- | host/docs/configuration.dox | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/docs/configuration.dox b/host/docs/configuration.dox index e16d1979e..baec4c6e9 100644 --- a/host/docs/configuration.dox +++ b/host/docs/configuration.dox @@ -27,9 +27,13 @@ and possible more options. 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 | master_clock_rate=16e6 + dboard_clock_rate | Daughterboard clock rate in Hz | X3x0 | dboard_clock_rate=50e6 mcr | Override master clock rate settings (see \ref usrp1_hw_extclk) | USRP1 | mcr=52e6 niusrprpc_port | RPC Port for NI USRP RIO | X3x0 | niusrprpc_port=5445 system_ref_rate | Reference Clock Rate in Hz | X3x0 | system_ref_rate=10e6 + 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 In addition, many of the streaming-related options can be set per-device at configuration time. |