aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/usrp_n2xx_net_burner.py
Commit message (Collapse)AuthorAgeFilesLines
* utils: Removed deprecated burnersMartin Braun2016-09-271-482/+4
|
* Added uhd::image_loader class and uhd_image_loader utilityNicholas Corgan2015-07-151-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 featureNicholas Corgan2012-09-251-1/+1
|
* utils: More descriptive USRP N2XX Net BurnerNicholas Corgan2012-09-201-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 failureJosh Blum2012-07-121-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 errorJosh Blum2012-06-081-1/+1
|
* n2xx: fix possible attribute error in netburner win_get_interfacesJosh Blum2012-05-091-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 py26Josh Blum2012-04-221-1/+1
|
* n2x0: card burner fixes for python3.0 and IPv6Josh Blum2012-04-181-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 decodeJosh Blum2012-04-121-1/+1
|
* n2xx: fix burner print if bad revJosh Blum2012-01-111-1/+1
|
* n2xx: set default for checkrev on burner so gui still worksrelease_003_003_001Josh Blum2011-10-291-1/+1
|
* nseries: added dont check rev option to the burner appJosh Blum2011-10-241-3/+4
|
* usrp2: use the command function from card burner for net burner ifconfigJosh Blum2011-07-211-1/+12
|
* N210: update burner for python3.0, added listbox for device selection in guiJosh Blum2011-06-161-14/+18
|
* fw_updater: windows enumeration worksJosh Blum2011-06-161-5/+9
|
* fw_updater: decrease discovery timeout, modify win to return bcast instead of ipNick Foster2011-06-151-3/+2
|
* fw_updater: device enumeration support, not integrated into main app yetNick Foster2011-06-151-1/+22
|
* fw_updater: add broadcast addr finding for *nix/WinNick Foster2011-06-151-0/+71
|
* fw_updater: add support for fictitious "rev 2" N2XXNick Foster2011-06-151-7/+7
|
* N2XX: firmware stops device streaming on fw update, and updater script ↵Nick Foster2011-06-151-4/+30
| | | | checks hw rev before proceeding
* N210: UDP bootloaderNick Foster2011-04-211-2/+2
|
* N210: Additional checks on both the host and firmware sides of the firmware ↵Nick Foster2011-04-211-2/+21
| | | | updater.
* usrp2: restore executable permission on python scriptsJosh Blum2011-04-061-0/+0
|
* usrp_n2xx_net_burner: working on python3 (string is not the same as bytes)Josh Blum2011-04-051-28/+17
|
* usrp2: ran 2to3 on python apps and make corrections for old imports to workJosh Blum2011-04-051-34/+34
|
* usrp2: created net burner gui wrapper for N seriesJosh Blum2011-03-261-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 branchJosh Blum2011-02-191-227/+224
|
* Modified net burner to allow reading of images from N2XX.Nick Foster2011-02-141-2/+51
|
* Modified the net burner util to perform size and content checks on images.Nick Foster2011-01-281-1/+36
|
* Updated fw rev number in N2XX burner.Nick Foster2010-11-181-2/+1
|
* usrp-n: renamed docs and burner app, added burner app documentationJosh Blum2010-11-111-0/+289