aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/usrp2_card_burner.py
Commit message (Expand)AuthorAgeFilesLines
* usrp2: removed errors='ignore' for burners for py26Josh Blum2012-04-221-1/+1
* utils: card/net burner string decodeJosh Blum2012-04-121-1/+1
* usrp2: changed download url for dd.exeJosh Blum2012-02-181-1/+1
* usrp2: macosx fix, use object's strip, not str (could be unicode)Josh Blum2011-06-161-1/+1
* usrp2: removed asserts in card burner, remove ascii decodeJosh Blum2011-06-161-14/+12
* usrp2: move card burner code out of get_options so get_options can be used by...Josh Blum2011-04-291-8/+8
* 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
* 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 impleme...Josh Blum2010-05-201-158/+23
* 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 dev...Josh Blum2010-05-131-37/+83
* Added card burner python app with gui and windows support.Josh Blum2010-05-121-0/+285