Error when testing with osmocom_fft
Posted: Fri May 30, 2014 1:42 pm
I'm using a BladeRF x115 (purchased at DefCon21) in an Ubuntu 14.04 LTS Virtual Machine running under VMWare Fusion on MacOSX Mavericks, with USB3 support enabled. Have completed procedures detailed at https://github.com/Nuand/bladeRF/wiki/G ... ora_CentOS. GnuRadio and Osmocom builds completed successfully. BladeRF-cli reports:
I am attempting the transmit test at the bottom of the above mentioned URL, and getting the following result:
Based on the 'built-in source types:' output, I'm wondering if maybe bladeRF support didn't get built in when I built GNURadio, but that's my only guess thus far.
For reference, here is more detailed output from bladeRF-cli:
Any ideas or suggestions as to what may be going on?
TIA, -David
Code: Select all
uname@ubuntu:~$ bladeRF-cli -p
Backend: libusb
Serial: e8149232708e43cc385ac5d2286d408b
USB Bus: 4
USB Address: 7
uname@ubuntu:~$
Code: Select all
uname@ubuntu:~$ osmocom_fft -a bladerf=0,fpga=~/Downloads/BladeRF/hostedx115.rbf -s 2000000 -f 446000000
gr-osmosdr v0.1.1-9-gc65d205d (0.1.2git) gnuradio 3.7.3
built-in source types: file fcd rtl_tcp rfspace
FATAL: No supported devices found to pick from.
Trying to fill up 1 missing channel(s) with null source(s).
This is being done to prevent the application from crashing
due to gnuradio bug #528.
Source has no sample rates (wrong device arguments?).
uname@ubuntu:~$
For reference, here is more detailed output from bladeRF-cli:
Code: Select all
uname@ubuntu:~$ bladeRF-cli -i -v verbose
[VERBOSE] Using libusb version: 1.0.17.10830
[VERBOSE] Found a bladeRF (based upon VID/PID)
[VERBOSE] Changing to USB alt setting 0
[VERBOSE] Changing to USB alt setting 1
[VERBOSE] Changing to USB alt setting 2
[VERBOSE] Changing to USB alt setting 1
[VERBOSE] Changing to USB alt setting 2
[VERBOSE] Changing to USB alt setting 1
bladeRF> info
Serial #: e8149232708e43cc385ac5d2286d408b
VCTCXO DAC calibration: 0x98f5
FPGA size: 115 KLE
FPGA loaded: yes
USB bus: 4
USB address: 7
USB speed: SuperSpeed
Backend: libusb
Instance: 0
bladeRF>
TIA, -David