USRP B210工作总结

一、Linux16.04安装,UHD、GNURADIO驱动安装等。

二、在GNURADIO界面添加模块,修改参数,并用频谱分析仪进行测试,弄清楚GNURADIO中的参数对应于发送通路中的哪一块。

三、FPGA程序下载

(1)使用Linux命令uhd_usrp_probe下载路径/usr/local/share/uhd/images目录下的usrp_b210_fpga.bin文件。如果fpga代码更新后,只能将生成的.bin文件存放到上述路径下,并且命名为usrp_b210_fpga.bin才可以下载。

(2)直接使用JTAG连接器进行下载,使用usb供电,出现的报错信息如下:ERROR:Cse - A reference voltage has not been detected on the ribbon cable interface to the target system ( pin 2 ).  Check that power is applied to the target system and that the ribbon cable is properly seated at both ends.  The status LED on Platform Cable USB will be GREEN if target voltage is in the proper range and applied to the correct pin.

此后接上电源之后,仍然报此错。

三、FPGA工程生成

四、C代码学习


你可能感兴趣的:(USRP)