pothosware / SoapyBladeRF

Soapy SDR plugin for the Blade RF
https://github.com/pothosware/SoapyBladeRF/wiki
23 stars 19 forks source link

Added support for device loading and programming through writeSetting() #15

Closed karel closed 6 years ago

karel commented 6 years ago

Made all the functions in libbladeRF: Device loading and programming available through writeSetting(key, value) as discussed in #13.

For example, loading the FPGA can be done by

device.writeSetting("load_fpga", "/path/to/fpga/image");