Revision 8b377a89

b/host/docs/usrp_e1xx.rst
49 49

  
50 50
For the correct clock settings, call usrp->set_master_clock_rate(rate)
51 51
before any other parameters are set in your application.
52

  
53
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
54
Clock rate recovery - unbricking
55
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
56
It is possible to set a clock rate such that the UHD can no longer communicate with the FPGA.
57
When this occurs, it is necessary to use the usrp-e-utility to recover the clock generator.
58
The recovery utility works by loading a special pass-through FPGA image so the computer
59
can talk directly to the clock generator over a SPI interface.
60

  
61
Run the following commands to restore the clock generator to a usable state:
62
::
63

  
64
    cd <prefix>/share/uhd/usrp_e_utilities
65
    ./usrp-e-utility --fpga=../images/usrp_e100_pt_fpga.bin --reclk

Also available in: Unified diff