diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-26 23:03:04 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-26 23:03:04 -0700 |
commit | 8d8c694baecccd3cff52c95cae8a7d2afae615d7 (patch) | |
tree | 0303ab75335d0ff4a011184e0af6ff5fa0a70876 /host/docs | |
parent | 95b966a599c0030921dc6b530ca8c94633d905f6 (diff) | |
download | uhd-8d8c694baecccd3cff52c95cae8a7d2afae615d7.tar.gz uhd-8d8c694baecccd3cff52c95cae8a7d2afae615d7.tar.bz2 uhd-8d8c694baecccd3cff52c95cae8a7d2afae615d7.zip |
usrp2: created net burner gui wrapper for N series
The gui looks and works much like the card burner gui.
However, the possible devices are not enumerated.
Handles errors, resetting, and showing progress.
Added hooks to net burner for progress callbacks (progress meter).
Changed --ip option to --addr (any resolvable address will work).
Fixes issue with "timeout" on reset, by catching socket.timeout.
Updated the manual to reflect using the gui app and --addr option.
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/usrp2.rst | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst index 70101bd87..912f7d2bd 100644 --- a/host/docs/usrp2.rst +++ b/host/docs/usrp2.rst @@ -58,17 +58,20 @@ Use the net burner tool (unix) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :: + sudo <prefix>/share/uhd/utils/usrp_n2xx_net_burner_gui.py + + -- OR -- + cd <prefix>/share/uhd/utils - ./usrp_n2xx_net_burner.py --ip=<ip address> --fw=<path for firmware image> - ./usrp_n2xx_net_burner.py --ip=<ip address> --fpga=<path to FPGA image> + ./usrp_n2xx_net_burner.py --addr=<ip address> --fw=<path for firmware image> + ./usrp_n2xx_net_burner.py --addr=<ip address> --fpga=<path to FPGA image> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Use the net burner tool (Windows) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :: - <path_to_python.exe> <prefix>/share/uhd/utils/usrp_n2xx_net_burner.py --ip=<ip address> --fw=<path for firmware image> - <path_to_python.exe> <prefix>/share/uhd/utils/usrp_n2xx_net_burner.py --ip=<ip address> --fpga=<path to FPGA image> + <path_to_python.exe> <prefix>/share/uhd/utils/usrp_n2xx_net_burner_gui.py ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Device recovery and bricking |