Hi,
my LimeSDR (v1.4s) arrived yesterday and today i do my first steps in getting it to work.
I attached it to my internal usb 3.0 connector without the extra power supply connector attached.
Iām using Debian8 x64 and installed LimeSuite from https://github.com/myriadrf/LimeSuite.git and SoapySDR from https://github.com/pothosware/SoapySDR.git. This went fine so far and after that i tried the commands LimeUtil and SoapySDRUtil.
LimeUtil --find
Cannot Claim Interface
* [LimeSDR-USB, media=USB 3.0, module=STREAM, addr=1d50:6108, serial=0009060B00460914]
SoapySDRUtil --find
######################################################
## Soapy SDR -- the SDR abstraction library
######################################################
Found device 0
addr = 1d50:6108
driver = lime
label = LimeSDR-USB [USB 3.0] 9060B00460914
media = USB 3.0
module = STREAM
name = LimeSDR-USB
serial = 0009060B00460914
So far it looks good. But when i try the --probe option with SoapySDRUtil i got two errors.
SoapySDRUtil --probe
######################################################
## Soapy SDR -- the SDR abstraction library
######################################################
Probe device
[INFO] Make connection: 'LimeSDR-USB [USB 3.0] 9060B00460914'
########################################################
## !!! Warning: gateware version mismatch !!!
## Expected gateware version 2, revision 6
## But found version 0, revision 0
## Follow the FW and FPGA upgrade instructions:
## http://wiki.myriadrf.org/Lime_Suite#Flashing_images
## Or run update on the command line: LimeUtil --update
########################################################
[INFO] Device name: LimeSDR-USB
[INFO] Reference: 30.72 MHz
[INFO] Init LMS7002M(0)
LMS7002M values cache at /home/quakeman/.limesuite/LMS7002M_cache_values.db
[INFO] Ver=0, Rev=0, Mask=0
Error probing device: ResetChip() failed
libusb: warning [libusb_exit] application left some devices open
For the firmware version mismatch i tried updating the firmware but the āResetChip() failedā looks suspicious to me. So i started the update.
LimeUtil --update
Connected to [LimeSDR-USB [USB 3.0] 9060B00460914]
########################################################
## !!! Warning: gateware version mismatch !!!
## Expected gateware version 2, revision 6
## But found version 0, revision 0
## Follow the FW and FPGA upgrade instructions:
## http://wiki.myriadrf.org/Lime_Suite#Flashing_images
## Or run update on the command line: LimeUtil --update
########################################################
[100%] 555969/555969 Bytes programming: completed (/home/quakeman/.local/share/LimeSuite/images/17.02/LimeSDR-USB_HW_1.4_r2.6.rbf)
Programming update complete!
But the problem is that after the update the wrong firmware version for gateware doesnāt change. It always says version=0 and revision=0.
When i start LimeSuiteGUI i can connect to my LimeSDR but the info window also tells version 0. I can do the update as often as i want but it doesnāt change anything. I also installed gnuradio, gr-osmosdr and gqrx to try if it maybe work. But when starting gqrx it also warns about the version=0 and ResetChip() problem and doesnāt work.
So do i miss something essential or could maybe something on the board be defect?
I also wonder about the four leds beneath the usb connector. Only one green led is on while all others are off. Only one time after another try and reattach the board to the usb more leds were on and some red led was flashing. But now again only the green is on. But i canāt find a description about the meaning of the different leds.
I hope someone can help me get my LimeSDR to work.
Ciao,
Rainer