diff options
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/usrp2.dox | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host/docs/usrp2.dox b/host/docs/usrp2.dox index 7f8c94b8b..ab36fe1a8 100644 --- a/host/docs/usrp2.dox +++ b/host/docs/usrp2.dox @@ -72,6 +72,12 @@ Use custom-built images: uhd_image_loader --args="type=usrp2,addr=<IP address>" --fw-path="<firmware path>" --fpga-path="<FPGA path>" +If you immediately want to apply this image, add the `reset` argument: + + uhd_image_loader --args="type=usrp2,addr=<IP address>,reset" + +The USRP will drop off the network for a brief moment and reboot. + <b>Note:</b> Different hardware revisions require different FPGA images. Determine the revision number from the sticker on the rear of the chassis. Use this number to select the correct FPGA image for your |