Page 1 of 1

BladeRF 2.0 MicroA4, gr-iqbal package installation issues.

Posted: Thu Feb 24, 2022 5:08 am
by sirMickilous
Hello there,

I am a 4th year student working on a project with the bladeRF 2.0 MicroA4 device I have been following along with the getting started guide with mostly success until I was trying to install the GNU radio gr-iqbal package recommended in the getting started guide. It seems to be an error with the build version of the gnu radio installation and what the gr-iqbal package expected. If anyone has any solutions to this or if there is a simple fix I can use to get these packages installed.

I will post a exert of the failure to install package below.

Image

Any help with this would be greatly appreciated. If anyone has also got any link or suggested content for beginners looking to start coding some python scripts to carry out some signal generation and receiving.

Thank you kindly,
Mick

Re: BladeRF 2.0 MicroA4, gr-iqbal package installation issues.

Posted: Wed Apr 06, 2022 10:50 pm
by robert.ghilduta
gr-iqbal cannot be compiled with GNURadio 3.9 or later. It is indicated to avoid using it, and should be removed from the gr-osmosdr.lwr rule.

Code: Select all

$ sed -i 's/gitea.osmocom.org.sdr/github.com\/Nuand/g' ~/.pybombs/recipes/gr-recipes/gr-osmosdr.lwr
$ sed -i '/- gr.\{7,\}/d' ~/.pybombs/recipes/gr-recipes/gr-osmosdr.lwr
$ sed -i '/- gr.iqbal/d' ~/.pybombs/recipes/gr-recipes/gr-osmosdr.lwr