필터 지우기
필터 지우기

where is the .bin fpga image for the usrp x310 ?

조회 수: 12 (최근 30일)
apchar
apchar 2016년 1월 26일
댓글: Joshua Roy Palathinkal 2022년 12월 10일
I have an ettus x310 USRP box & matlab r2015a. I'm trying to get the USRP-simulink interface working. The usrp hardware support package is installed. But looking in C:\MATLAB\SupportPackages\R2015a\usrpradio\toolbox\shared\sdr\sdru\uhdapps\images I see .bin image files for every device except the x310 (& x300.) It has usrp_x310_fpga_HGS.bit & usrp_x310_fpga_HGS.lvbitx (whatever they are) but no usrp_x310_fpga_HGS.bin file. How do I upload the needed image with sdruload without it?

채택된 답변

Yo
Yo 2016년 1월 28일
The FPGA images for X300 and X310 provided by Ettus Research at http://files.ettus.com/binaries/images/uhd-images_003.008.002-release.zip do not include .bin files. usrp_x300_fpga_HGS.bit, usrp_x300_fpga_HGS.lvbitx, usrp_x310_fpga_HGS.bit, usrp_x310_fpga_HGS.lvbitx are sufficient.
For X300 and X310, sdruload can only load default images. It will use one of the 4 files (usrp_x300_fpga_HGS.bit, usrp_x300_fpga_HGS.lvbitx, usrp_x310_fpga_HGS.bit, usrp_x310_fpga_HGS.lvbitx) automatically. You just need to provide the values for 'Device' and 'IPAddress'.
  댓글 수: 1
Joshua Roy Palathinkal
Joshua Roy Palathinkal 2022년 12월 10일
Thanks a lot for this. This is what I gave:
status = sdruload('Device','x310','IPAddress','<type>')
It worked like a charm.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Communications Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by