我尝试通过 GNUradio 操作 NI USRP-2920。首先,我输入“uhd_find_devices”。结果如下。
----------------------------------------------
-- UHD Devices 0
----------------------------------------------
Device Address:
serial: 3077BE9
adde: 192.168.10.4
name:
type: usrp2
接下来,我在终端中输入了“uhd_usrp_probe”。结果如下。
错误:RuntimeError:请为您的设备更新固件和 FPGA 映像。有关说明,请参阅 USRP2/N 系列的应用说明。预期 FPGA 兼容性编号 11,但得到 10:FPGA 构建与主机代码构建不兼容。请运行:
“/usr/local/lib/uhd/utils/uhd_images_downloader.py” “/usr/local/bin/uhd_image_loader” \ --args="type=usrp2,addr=192.168.10.4"
因此,我运行了 uhd_images_downloader。但是,我输入“uhd_usrp_probe”是相同的结果(RuntimError:更新固件)。
你能告诉我任何建议吗?谢谢你。