diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2016-06-17 09:57:58 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-06-17 11:44:47 -0700 |
commit | 6b20707534ba3ae5ab46abab8e7118970a7740eb (patch) | |
tree | 5f14f50012c59446974539951c756713337caa7a /host/docs | |
parent | a8fd23cb5008d26e92a287840dd3953f0c3d9916 (diff) | |
download | uhd-6b20707534ba3ae5ab46abab8e7118970a7740eb.tar.gz uhd-6b20707534ba3ae5ab46abab8e7118970a7740eb.tar.bz2 uhd-6b20707534ba3ae5ab46abab8e7118970a7740eb.zip |
docs: added information on recovering X3x0 EEPROM
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/usrp_x3x0.dox | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/host/docs/usrp_x3x0.dox b/host/docs/usrp_x3x0.dox index da5b3b91a..625048da1 100644 --- a/host/docs/usrp_x3x0.dox +++ b/host/docs/usrp_x3x0.dox @@ -547,6 +547,18 @@ When there is network traffic arriving at the Ethernet port, LEDs will light up. You can use this to make sure the network connection is correctly set up, e.g. by pinging the USRP and making sure the LEDs start to blink. +\section x3x0_usage_problems Usage Problems + +\subsection x3x0_corrupt_eeprom Corrupt EEPROM + +This is a rare bug in which the X-Series device's on-board EEPROM becomes corrupt and reports an incorrect +firmware and FPGA version. In this situation, UHD cannot properly use the device. To fix this bug, use +the **usrp_burn_mb_eeprom** utility as follows: + + usrp_burn_mb_eeprom --args="type=x300,recover_mb_eeprom,disable_adc_self_test" --values="revision=(NUM HERE)" + +Afterward, power-cycle your X-Series device for the changes to take effect. + \section x3x0_hw_notes Hardware Notes \subsection x3x0_hw_fpanel Front Panel |