pisdr-image
pisdr-image copied to clipboard
BladeRF & gr-bladeRF for GRC
I've tested these features on my PiSDR 6.1 (64) and it works fine for me.
BladeRF Compile the BladeRF sources from the official official repository
cd ~ git clone https://github.com/Nuand/bladeRF.git cd bladeRF mkdir build && cd build cmake .. make -j3 sudo make install && sudo ldconfig
gr-bladeRF Compile the gr-bladeRF sources from the official official repository
cd ~ git clone https://github.com/Nuand/gr-bladeRF.git cd gr-bladeRF mkdir build && cd build cmake .. make -j3 sudo make install && sudo ldconfig
Find both BladeRF Sink and BladeRF Source You can find both BladeRF source and sink directly in the bladeRF category of gnuradio
Additional : fpga images for bladerf use To load the FPGA Images corresponding to your bladeRF device:
bladeRF-cli -l path/to/fpga-image.rbf
Please check the documentation before
bladeRF-cli -h
This one should probably be merged with #55.