I am writing to report an issue I’m experiencing with my LimeSDR Mini v1.2 device. I am currently running DragonOS FocalX (based on Ubuntu 20.04 LTS).
My setup:
- Device: LimeSDR Mini v1.2
- Operating System: DragonOS FocalX
- Connection: USB 3.0 port
The problem: The system is able to detect the LimeSDR Mini device, but it fails to communicate properly when attempting to run tests or update the firmware/gateware.
- When I run
LimeUtil --find
, the device is correctly identified and its information is displayed. - Similarly, when I use
SDRplaySDRUtil --find
(assuming you meantSDRplaySDRUtil
or a similar SDR utility that also lists devices, if not, please remove this line), it also successfully shows the device connected.
However, when I try to perform operations like LimeUtil --update
or LimeQuickTest
, I encounter errors. Specifically, running LimeQuickTest
yields the following output:
`LimeQuickTest
[ TESTING STARTED ]
->Start time: Wed May 28 03:39:02 2025 (Note: I’ve kept your timestamp for consistency, but you might want to update it to current time)
->LimeSuite version: 22.09.1-ge83c13b9
TransferPacket: Read failed (ret=0)
TransferPacket: Read failed (ret=0)
TransferPacket: Read failed (ret=0)
TransferPacket: Write failed (ret=0)
TransferPacket: Write failed (ret=0)
TransferPacket: Write failed (ret=0)
Board not supported
Failed to connect
libusb: warning [libusb_exit] device 2.4 still referenced
libusb: warning [libusb_exit] device 2.1 still referenced
libusb: warning [libusb_exit] application left some devices open`