-
Notifications
You must be signed in to change notification settings - Fork 212
Description
Hello community,
I'm working on a project involving srsRAN 5G and using the ADRV9002 transceiver connected via FMC to a custom Zynq-based board (AX7350).
The ADRV9002 is up and running with Analog Devices' kernel and device tree.
From my host PC, I can connect to the board using libiio:
iio_info -u ip:192.168.1.20 It correctly lists adrv9002-phy and all channels.
I want to use the ADRV9002 in srsRAN 5G via SoapySDR, similar to how I use the PlutoSDR. My understanding was that this would be possible using:
SoapySDRUtil --find="driver=iio,remote=ip:192.168.1.20" Or via SoapyRemote with: SoapySDRServer --device="driver=iio,remote=ip:192.168.1.20"
But no devices are detected, even though I can connect using iio_info.
Is ADRV9002 supported via SoapySDR at all?
If not, is there any plan to make it work via driver=iio like PlutoSDR?
Has anyone successfully used ADRV9002 via SoapySDR for custom stacks like srsRAN?