aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/usrp2_card_burner.py
Commit message (Collapse)AuthorAgeFilesLines
* usrp2: move card burner code out of get_options so get_options can be used ↵Josh Blum2011-04-291-8/+8
| | | | by the gui without interference
* usrp2: card burner protections when the user specifies a device not in the listJosh Blum2011-04-281-2/+12
|
* usrp2: include dd.exe in windows installersJosh Blum2011-04-281-0/+2
| | | | uhd build system downloads dd.exe from ettus.com so we dont have to check it in
* usrp2: restore executable permission on python scriptsJosh Blum2011-04-061-0/+0
|
* usrp2_card_burner: decode byte strings into ascii for parsingJosh Blum2011-04-061-3/+3
|
* usrp2_card_burner: change the padding string to bytesJosh Blum2011-04-051-2/+2
|
* usrp2: ran 2to3 on python apps and make corrections for old imports to workJosh Blum2011-04-051-17/+21
|
* usrp2: work on card burner to pad the image file before a writeJosh Blum2010-08-101-10/+30
|
* mac os x card burner support and documentation notesJosh Blum2010-05-211-0/+21
|
* clean up parsing of dd.exe --list for windows usrp2 card burnerJosh Blum2010-05-211-24/+22
|
* use only procfs /proc/partitions for discovering raw devices on linuxJosh Blum2010-05-201-6/+4
|
* split the card burner into two python apps, one command line app with ↵Josh Blum2010-05-201-158/+23
| | | | implementation, and the other a gui only app, updated docs as well
* burn sd card fix, units for seek and skip in blocks not bytesJosh Blum2010-05-181-2/+2
|
* card burner: added --list option, added warning, added sync on linuxJosh Blum2010-05-131-6/+19
|
* work on usrp2 card burner, uses blockdev and /proc/paritions to check for ↵Josh Blum2010-05-131-37/+83
| | | | devices, windows tweaks as well
* Added card burner python app with gui and windows support.Josh Blum2010-05-121-0/+285