summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/fx2
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-30 10:14:14 -0700
committerJosh Blum <josh@joshknows.com>2011-06-30 10:14:14 -0700
commitf4dc4bf74e65d185ef76e48d3cb172bf0a66f24a (patch)
tree855c4907c02dd145f76ebd3c902fa3538483f90b /host/lib/usrp/fx2
parentbc9c9f551a2b8c3bdab4e61c0d63f8377694da2c (diff)
downloaduhd-f4dc4bf74e65d185ef76e48d3cb172bf0a66f24a.tar.gz
uhd-f4dc4bf74e65d185ef76e48d3cb172bf0a66f24a.tar.bz2
uhd-f4dc4bf74e65d185ef76e48d3cb172bf0a66f24a.zip
b100: some tweaks (unresolved streaming issues ATM)
Diffstat (limited to 'host/lib/usrp/fx2')
-rw-r--r--host/lib/usrp/fx2/fx2_ctrl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/fx2/fx2_ctrl.cpp b/host/lib/usrp/fx2/fx2_ctrl.cpp
index 5b2f100c6..66a03f131 100644
--- a/host/lib/usrp/fx2/fx2_ctrl.cpp
+++ b/host/lib/usrp/fx2/fx2_ctrl.cpp
@@ -262,6 +262,7 @@ public:
void usrp_load_eeprom(std::string filestring)
{
+ if (load_img_msg) UHD_MSG(status) << "Loading EEPROM image: " << filestring << "..." << std::flush;
const char *filename = filestring.c_str();
const boost::uint16_t i2c_addr = 0x50;
@@ -299,6 +300,7 @@ public:
boost::this_thread::sleep(boost::posix_time::milliseconds(100));
}
file.close();
+ if (load_img_msg) UHD_MSG(status) << " done" << std::endl;
}