Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: Removed deprecated burners | Martin Braun | 2016-09-27 | 1 | -482/+4 |
| | |||||
* | Added uhd::image_loader class and uhd_image_loader utility | Nicholas Corgan | 2015-07-15 | 1 | -2/+49 |
| | | | | | | * Single class for loading firmware/FPGA images onto devices instead of multiple utilities * Loading functions are registered for each device, corresponding to their --args="type=foo" name * Deprecation warnings added to all product-specific image loading utilities | ||||
* | utils: fixed usrp_n2xx_net_burner bug after descriptive list feature | Nicholas Corgan | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | utils: More descriptive USRP N2XX Net Burner | Nicholas Corgan | 2012-09-20 | 1 | -5/+9 |
| | | | | * List option and GUI selection box display hardware revisions of detected units alongside IP addresses | ||||
* | n2xx: fix for usrp_n2xx_net_burner addr decode failure | Josh Blum | 2012-07-12 | 1 | -1/+1 |
| | | | | | | | | In the windows network address extractor: The except: continue line could get use stuck in an infinite loop. This fix sets addr to None so the code below it does not execute, and the next node in the chain is tested as expected. | ||||
* | n2x0: fix for net_burner, continue on error | Josh Blum | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | n2xx: fix possible attribute error in netburner win_get_interfaces | Josh Blum | 2012-05-09 | 1 | -3/+3 |
| | | | | | | It is possible on some machines (at least one in this case), for adNode to not have the attribute next. Unexplained... This may be a fix, and if not, should be harmless. | ||||
* | usrp2: removed errors='ignore' for burners for py26 | Josh Blum | 2012-04-22 | 1 | -1/+1 |
| | |||||
* | n2x0: card burner fixes for python3.0 and IPv6 | Josh Blum | 2012-04-18 | 1 | -3/+5 |
| | | | | | | has_key is not in python3.0, use key in dict put try catch around interface enumeration, might be an ipv6 issue | ||||
* | utils: card/net burner string decode | Josh Blum | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | n2xx: fix burner print if bad rev | Josh Blum | 2012-01-11 | 1 | -1/+1 |
| | |||||
* | n2xx: set default for checkrev on burner so gui still worksrelease_003_003_001 | Josh Blum | 2011-10-29 | 1 | -1/+1 |
| | |||||
* | nseries: added dont check rev option to the burner app | Josh Blum | 2011-10-24 | 1 | -3/+4 |
| | |||||
* | usrp2: use the command function from card burner for net burner ifconfig | Josh Blum | 2011-07-21 | 1 | -1/+12 |
| | |||||
* | N210: update burner for python3.0, added listbox for device selection in gui | Josh Blum | 2011-06-16 | 1 | -14/+18 |
| | |||||
* | fw_updater: windows enumeration works | Josh Blum | 2011-06-16 | 1 | -5/+9 |
| | |||||
* | fw_updater: decrease discovery timeout, modify win to return bcast instead of ip | Nick Foster | 2011-06-15 | 1 | -3/+2 |
| | |||||
* | fw_updater: device enumeration support, not integrated into main app yet | Nick Foster | 2011-06-15 | 1 | -1/+22 |
| | |||||
* | fw_updater: add broadcast addr finding for *nix/Win | Nick Foster | 2011-06-15 | 1 | -0/+71 |
| | |||||
* | fw_updater: add support for fictitious "rev 2" N2XX | Nick Foster | 2011-06-15 | 1 | -7/+7 |
| | |||||
* | N2XX: firmware stops device streaming on fw update, and updater script ↵ | Nick Foster | 2011-06-15 | 1 | -4/+30 |
| | | | | checks hw rev before proceeding | ||||
* | N210: UDP bootloader | Nick Foster | 2011-04-21 | 1 | -2/+2 |
| | |||||
* | N210: Additional checks on both the host and firmware sides of the firmware ↵ | Nick Foster | 2011-04-21 | 1 | -2/+21 |
| | | | | updater. | ||||
* | usrp2: restore executable permission on python scripts | Josh Blum | 2011-04-06 | 1 | -0/+0 |
| | |||||
* | usrp_n2xx_net_burner: working on python3 (string is not the same as bytes) | Josh Blum | 2011-04-05 | 1 | -28/+17 |
| | |||||
* | usrp2: ran 2to3 on python apps and make corrections for old imports to work | Josh Blum | 2011-04-05 | 1 | -34/+34 |
| | |||||
* | usrp2: created net burner gui wrapper for N series | Josh Blum | 2011-03-26 | 1 | -23/+31 |
| | | | | | | | | | | | The gui looks and works much like the card burner gui. However, the possible devices are not enumerated. Handles errors, resetting, and showing progress. Added hooks to net burner for progress callbacks (progress meter). Changed --ip option to --addr (any resolvable address will work). Fixes issue with "timeout" on reset, by catching socket.timeout. Updated the manual to reflect using the gui app and --addr option. | ||||
* | usrp-n2xx: checkout burner into next branch | Josh Blum | 2011-02-19 | 1 | -227/+224 |
| | |||||
* | Modified net burner to allow reading of images from N2XX. | Nick Foster | 2011-02-14 | 1 | -2/+51 |
| | |||||
* | Modified the net burner util to perform size and content checks on images. | Nick Foster | 2011-01-28 | 1 | -1/+36 |
| | |||||
* | Updated fw rev number in N2XX burner. | Nick Foster | 2010-11-18 | 1 | -2/+1 |
| | |||||
* | usrp-n: renamed docs and burner app, added burner app documentation | Josh Blum | 2010-11-11 | 1 | -0/+289 |