Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xtrx v5 support #2234

Closed
howudodat opened this issue Aug 18, 2024 · 1 comment
Closed

xtrx v5 support #2234

howudodat opened this issue Aug 18, 2024 · 1 comment

Comments

@howudodat
Copy link

howudodat commented Aug 18, 2024

I am looking for xtrx v5 support. It appears the library compile instructions are for the v4. It appears that only limesdr has drivers for v5.

git clone https://github.com/myriadrf/LimeSuiteNG.git
cd LimeSuiteNG
./install_dependencies.sh
mkdir build && cd build
cmake ..
make -j5
make install
ldconfig

This allows the device to be discoverable:

limeDevice 
Found 1 device(s) :
0: LimeSDR XTRX, media=PCIe, addr=/dev/limepcie0, serial=000000008f6ac88e

however building with sdrangel instructions:

cd /opt/build
git clone https://github.com/f4exb/images.git xtrx-images
cd xtrx-images
git submodule init
git submodule update
cd sources
mkdir build; cd build
cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=/opt/install/xtrx-images -DENABLE_SOAPY=NO ..
make -j $(nproc)
make install

ends up with test_xtrx not being able to see the device

libxtrx/test_xtrx 
Usage: DMATX and/or DMARX must be enabled (or TX REPEAT is set)!
22:04:42.992287 WARN:   [PCIE] XTRX PCIe driver isn't loaded

I'm concerned though that I am creating a driver conflict. Any thoughts on building for a v5 card?

Copy link

This issue is going to be closed due to inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant