summaryrefslogtreecommitdiffstats
path: root/host/utils
diff options
context:
space:
mode:
authorNick Foster <nick@nerdnetworks.org>2010-08-18 14:38:50 -0700
committerNick Foster <nick@nerdnetworks.org>2010-08-18 14:38:50 -0700
commit42547a0be8e52758d340fd1eba51a2dd5274a652 (patch)
tree5233f8799ff73adab77e17840c7604fb3a1aced7 /host/utils
parent00ee9dddb649881c715012c48eed13d001ad5318 (diff)
downloaduhd-42547a0be8e52758d340fd1eba51a2dd5274a652.tar.gz
uhd-42547a0be8e52758d340fd1eba51a2dd5274a652.tar.bz2
uhd-42547a0be8e52758d340fd1eba51a2dd5274a652.zip
Moved UDP firmware update stuff out of fw_common.h into udp_fw_update.h.
This stuff should only go back into fw_common.h if we decide to integrate firmware update into the UHD code. Right now it's a separate Python script. Also moved udp_fw_update.h to lib/ because it's the same between USRP2 and USRP2P.
Diffstat (limited to 'host/utils')
-rwxr-xr-xhost/utils/usrp2p_fw_update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/usrp2p_fw_update.py b/host/utils/usrp2p_fw_update.py
index b15542933..5eff83c07 100755
--- a/host/utils/usrp2p_fw_update.py
+++ b/host/utils/usrp2p_fw_update.py
@@ -36,7 +36,7 @@ UDP_MAX_XFER_BYTES = 1024
UDP_TIMEOUT = 3
UDP_POLL_INTERVAL = 0.10 #in seconds
-USRP2_FW_PROTO_VERSION = 5
+USRP2_FW_PROTO_VERSION = 6
#from bootloader_utils.h
PROD_FPGA_IMAGE_LOCATION_ADDR = 0x00200000