aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/usrp2p_fw_update.py
Commit message (Collapse)AuthorAgeFilesLines
* usrp-n: renamed docs and burner app, added burner app documentationJosh Blum2010-11-111-289/+0
|
* U2P: saner image burner output messagesNick Foster2010-11-111-2/+2
|
* U2P: Bootloader/ICAP updates. 2-stage bootloader works. Uses EEPROM for ↵Nick Foster2010-10-071-15/+44
| | | | state info.
* USRP2P: internal reference selected by default.Nick Foster2010-10-051-6/+6
|
* U2P: 32/64Mbit FLASH support, internal reference support for U2P r2Nick Foster2010-10-051-6/+7
|
* Moved UDP firmware update stuff out of fw_common.h into udp_fw_update.h.Nick Foster2010-08-181-1/+1
| | | | | | | This stuff should only go back into fw_common.h if we decide to integrate firmware update into the UHD code. Right now it's a separate Python script. Also moved udp_fw_update.h to lib/ because it's the same between USRP2 and USRP2P.
* Removed debugging print from usrp2p_fw_update.pyNick Foster2010-08-171-1/+1
|
* UDP firmware update support for USRP2P.Nick Foster2010-08-171-0/+259
The hooks are in there for USRP2, but without CPLD changes it won't support it. Added an app host/utils/usrp2p_fw_update.py to write to USRP2P over the wire. Lots of TODOs in that file. Caveat -- fw_common.h, bootloader_utils.h, and the .py app MUST ALL AGREE!