aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/mpmd/mpmd_image_loader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* mpmd: image loader: increased timeoutBrent Stapleton2018-01-291-0/+1
| | | | | | | | -Increased timeout from 10s to 20s. This time is also per component file being updated. For example, when updating the FPGA with new .bit and .dts files, the timeout will be 40s. -Also added log message to let user know their device is updating, not frozen.
* fixup! fpga load: adding MPMD image loader functionBrent Stapleton2018-01-111-1/+1
|
* fpga load: Atomic updating of multiple componentsBrent Stapleton2017-12-221-44/+75
| | | | | | | - The MPM function update_component now accepts multiple components to be updated in one RPC call. - Updated the property tree and image loader to match this change. - Also added DTS loading to the image loader.
* fpga load: adding MPMD image loader functionBrent Stapleton2017-12-221-0/+106
uhd_image_loader now supports type=n310, and loads the FPGA provided in the arguments.