diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2015-07-23 11:04:32 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2015-07-23 11:04:32 -0700 |
commit | 894ce0e3872100e3035115b09dcb9b3f35a93366 (patch) | |
tree | 828f8538840383ecce870a9bc9b19d72fef0bf0a /host/lib | |
parent | 5efc831e4a165b597deaf920ebd09a486b20a1f0 (diff) | |
download | uhd-894ce0e3872100e3035115b09dcb9b3f35a93366.tar.gz uhd-894ce0e3872100e3035115b09dcb9b3f35a93366.tar.bz2 uhd-894ce0e3872100e3035115b09dcb9b3f35a93366.zip |
x300: Increased the max image size for burner
- We added additional microcode to configure DCI matching,config rate,etc
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/x300/x300_image_loader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_image_loader.cpp b/host/lib/usrp/x300/x300_image_loader.cpp index 9d92e7932..321309868 100644 --- a/host/lib/usrp/x300/x300_image_loader.cpp +++ b/host/lib/usrp/x300/x300_image_loader.cpp @@ -48,7 +48,7 @@ using namespace uhd::transport; * Constants */ #define X300_FPGA_BIN_SIZE_BYTES 15877916 -#define X300_FPGA_BIT_SIZE_BYTES 15878022 +#define X300_FPGA_BIT_SIZE_BYTES 15878032 #define X300_FPGA_PROG_UDP_PORT 49157 #define X300_FLASH_SECTOR_SIZE 131072 #define X300_PACKET_SIZE_BYTES 256 |