diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2012-11-16 13:42:05 -0800 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2012-11-16 15:53:28 -0800 |
commit | 3d01dec1aba85bb9fe936cbb1ca653a82961e181 (patch) | |
tree | 7fa5836c9e1c5effa1af18e25994280be6b05dc1 /host/docs | |
parent | 7b1f83fd55457903b626d47f173b64714c5bff2b (diff) | |
download | uhd-3d01dec1aba85bb9fe936cbb1ca653a82961e181.tar.gz uhd-3d01dec1aba85bb9fe936cbb1ca653a82961e181.tar.bz2 uhd-3d01dec1aba85bb9fe936cbb1ca653a82961e181.zip |
utils: cal apps immediately fail if dboard has no serial instead of after test runs
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/calibration.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/host/docs/calibration.rst b/host/docs/calibration.rst index c97eebfd5..1945c4dd5 100644 --- a/host/docs/calibration.rst +++ b/host/docs/calibration.rst @@ -47,6 +47,14 @@ Each utility will take several minutes to complete. See the output given by --help for more advanced options, such as: manually choosing the frequency range and step size for the sweeps. +**Note:** +Your daughterboard needs a serial number to run a calibration utility. Some older daughterboards +may not have a serial number. If this is the case, run the following command to burn a serial number +into the daughterboard's EEPROM: +:: + + <install dir>/share/uhd/utils/usrp_burn_db_eeprom --ser=<desired serial> --args=<optional device args> + ******************************************** Calibration Data ******************************************** |