2017-06-02 20 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

sudoとして実行 – eyllanesc

+0

uhd_image_downloaderの後にuhd_image_loaderも実行しましたか? –

答えて

0

ありがとうございます。 私はubuntuを更新した後、 "uhd_image_downloder"とタイプしました。 その結果、USRPに接続することができました。 ありがとうございます。

関連する問題