2017-06-02 45 views
0

我嘗試使用GNUradio操作NI USRP-2920。 首先,我輸入「uhd_find_devices」。 結果在下面。GNURadio操作NI USRP-2920

---------------------------------------------- 
-- UHD Devices 0 
---------------------------------------------- 
Device Address: 
    serial: 3077BE9 
    adde: 192.168.10.4 
    name: 
    type: usrp2 

在接下來,我在終端中鍵入「uhd_usrp_probe」。 結果在下面。

Error: RuntimeError: Please update the firmware and FPGA images for your device. See the application notes for USRP2/N-Series for instructions. Expected FPGA compatibility number 11, but got 10: The FPGA build is not compatible with the host code build. Please run:

"/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:更新固件)。

你能告訴我任何建議嗎? 謝謝。

+0

執行的須藤 – eyllanesc

+0

你也uhd_image_downloader後運行uhd_image_loader –

回答

0

謝謝。 我在更新ubuntu後輸入「uhd_image_downloder」。 因此,我可以連接USRP。 謝謝你的建議。