Commit graph

11 commits

Author SHA1 Message Date
Martin Braun
b5ff2da82e utils: Removed deprecated options from mb eeprom and simple net burner. 2014-10-09 15:01:48 +02:00
Nicholas Corgan
cc6414ebcf usrp_burn_mb_eeprom: write all changes to EEPROM at once
* Manually applied 1f848914a09795a37156968cc7a5dd11fcb869d3 to master due to merge conflict
2014-07-28 09:13:02 -07:00
Nicholas Corgan
a6e18604be OctoClock firmware upgrade, added host driver
* 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
2014-07-23 07:37:32 -07:00
Nicholas Corgan
2be9d18ec4 usrp_burn_mb_eeprom: deprecated --key and --val arguments
* New method: --values="key1=value1,key2=value2"
* To read key2: --values="key1=value1,key2,key3=value2"
* Added --read-all option to read all values in EEPROM without burning
* Old arguments still work but print deprecation warning

Conflicts:
	host/docs/usrp_x3x0.rst
2014-04-11 07:42:09 -07:00
Nicholas Corgan
b8be983269 usrp_burn_mb_eeprom: removed unnecessary if-statement and fixed whitespace issue 2013-11-01 07:23:52 -07:00
Nicholas Corgan
9afa92f412 utils: usrp_burn_mb_eeprom can now burn multiple EEPROM values
* example: usrp_burn_mb_eeprom --key="name,ip-addr" --val="my_usrp,192.168.10.3"
* As before, omitting the --val argument will just read off all named keys
* If number of given keys and vals don't match, the util will throw an error
2013-10-31 08:01:27 -07:00
Moritz Fischer
171e46cebe examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectively
instead of 0 and 1.
2012-10-26 14:00:29 -07:00
Josh Blum
d934e68d6c uhd: replace cast in usrp_burn_mb_eeprom to be like other apps (fixes ubuntu 10.4 compiler bug) 2011-08-18 10:16:06 -07:00
Josh Blum
1ade1f94cb uhd: implement prop tree usage in utils 2011-06-29 13:02:42 -07:00
Josh Blum
1a86e65a18 uhd: for eeprom writeback, write and set only those values changed 2010-11-05 17:56:23 -07:00
Josh Blum
0066ef2972 usrp: replaced device specific burner apps with one generic one for mboard eeproms 2010-11-04 23:44:58 -07:00