aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/fx2_init_eeprom.cpp
Commit message (Collapse)AuthorAgeFilesLines
* made fx2_init_eeprom capable of using built-in imagesMarcus Müller2017-01-261-7/+46
|
* fx2: std::system("/sbin/rmmod usbtest") not portable, fixed thatMarcus Müller2016-01-261-5/+26
| | | | | | | | | | FX2 code has complications on Windows machine due to shell misinterpreting the "/sbin/rmmod usbtest" string. * path should not be hardcoded * std::system error message means "possible success" (which is confusing, and contains little information) * replaced std::system by matching syscall * used #ifdef UHD_PLATFORM_LINUX to make checking & removal Linux-only
* OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-231-3/+3
| | | | | | | | | | * OctoClock can communicate with UHD over Ethernet * Can read NMEA strings from GPSDO and send to host * Added multi_usrp_clock class for clock devices * uhd::device can now filter to return only USRP devices or clock devices * New OctoClock bootloader can accept firmware download over Ethernet * Added octoclock_burn_eeprom,octoclock_firmware_burner utilities * Added test_clock_synch example to show clock API
* examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectivelyMoritz Fischer2012-10-261-4/+4
| | | | instead of 0 and 1.
* Renaming 'usrp1_init_eeprom' to 'fx2_init_eeprom', and making it enable based onBen Hilburn2011-10-101-0/+93
ENABLE_USB rather than ENABLE_USRP1 since we also need it for B100.