From 894ce0e3872100e3035115b09dcb9b3f35a93366 Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Thu, 23 Jul 2015 11:04:32 -0700 Subject: x300: Increased the max image size for burner - We added additional microcode to configure DCI matching,config rate,etc --- host/lib/usrp/x300/x300_image_loader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3