diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-12 18:59:15 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-12 18:59:15 -0700 |
commit | 9fd30e928e3599b43b3d9bbd7be82793a62d7944 (patch) | |
tree | 2840db36c2d4f8e8f2ac22cf4cdc2679777a46bd /host/docs | |
parent | 81f211c94f761c92baaf1a2997a7f9b9b7718182 (diff) | |
download | uhd-9fd30e928e3599b43b3d9bbd7be82793a62d7944.tar.gz uhd-9fd30e928e3599b43b3d9bbd7be82793a62d7944.tar.bz2 uhd-9fd30e928e3599b43b3d9bbd7be82793a62d7944.zip |
Added card burner python app with gui and windows support.
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/usrp2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst index dfde06b27..c453354ca 100644 --- a/host/docs/usrp2.rst +++ b/host/docs/usrp2.rst @@ -103,7 +103,7 @@ Run the following commands: :: cd <prefix>/share/uhd/utils - ./usrp_burner --addr=192.168.10.2 --new-ip=192.168.10.3 + ./usrp_addr_burner --addr=192.168.10.2 --new-ip=192.168.10.3 **Method 2 (Linux Only):** This method assumes that you do not know the IP address of your USRP2. |