Running command sdruload ('Device','x300) but the answer is No applicable UHD devices found. Why & what need to figure out?
    조회 수: 7 (최근 30일)
  
       이전 댓글 표시
    
Hi all members,
I had done very well to update the USRP Radio Firmware update with my first unit of USRP X300.
Recently, I had some issue during running command
 sdruload ('Device','x300')
for my others USRP X300.
Why this happen?
What can I do to solve this issue?
Thank you.
>> getSDRuDriverVersion
Win32; Microsoft Visual C++ version 12.0; Boost_105600; UHD_003.009.001-vendor
---------- see libuhd version information above this line ----------
ans =
003.009.001-vendor
>> setupsdru
>> radios = findsdru
Checking radio connections...
Warning: The firmware build for the USRP radio at '192.168.10.2' is not compatible with the host code build. Update the
USRP radio firmware to version '003.009.001-vendor'. Refer to Troubleshooting section of Getting Started document for
instructions. 
> In coder.internal.warning (line 8)
  In reportSDRuStatus (line 41)
  In findsdru (line 177) 
radios = 
       Platform: 'X300'
      IPAddress: '192.168.10.2'
      SerialNum: '30BDAE0'
         Status: 'Not compatible'
>> sdruload ('Device','x300')
Checking radio connections...
Ready to write default FPGA image to x300 device at 192.168.10.2.
Would you like to continue? [yes/no]: yes
Writing FPGA image using uhd_image_loader...
This may take a few minutes...
Do NOT interrupt this process. Otherwise your device may be bricked.
Warning: Image was not written successfully. 
> In sdruload (line 125) 
Warning: Please check the following output from uhd_image_loader. 
> In sdruload (line 126) 
------------------------
Win32; Microsoft Visual C++ version 12.0; Boost_105600; UHD_003.009.001-vendor
No applicable UHD devices found
댓글 수: 0
채택된 답변
  Ethem
    
 2016년 5월 31일
        Starting with R2015b version, the USRP support package sdruload function supports X300 and X310 radios.
댓글 수: 4
추가 답변 (1개)
  evelyn
 2025년 7월 30일
        Any way to work in MATLAB 2023 or Matlab 2024?
댓글 수: 1
  evelyn
 2025년 7월 30일
				I run code below according to https://au.mathworks.com/help/comm/usrpradio/ug/update-usrp-radio-firmware.html and it success
sdruload('Device','x310')
참고 항목
카테고리
				Help Center 및 File Exchange에서 Communications Toolbox에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!