Project

General

Profile

Actions

LimeSDR Build From Source » History » Revision 4

« Previous | Revision 4/7 (diff) | Next »
pespin, 08/17/2018 02:48 PM


Building OsmoTRX for LimeSDR from source

Build osmo-trx-lms

Building OsmoTRX or its dependencies from source is not required unless you want to build a specific version or test some modifications. If that's not your case and your distro is supported, please use MacroBinaryPackages.

### Build LimeSuite
git clone https://github.com/myriadrf/LimeSuite.git
cd LimeSuite
mkdir builddir && cd builddir
cmake ../
make -j5
sudo make install
sudo ldconfig
cd ../
sudo sh LimeSuite/udev-rules/install.sh 
cd ../

### Build libosmocore
git clone git://git.osmocom.org/libosmocore
cd libsomocore
autoreconf -fi
./configure --without-uhd --with-lms
make -j5
sudo make install
sudo ldconfig
cd ../

### Build osmo-trx-lms
git clone git://git.osmocom.org/osmo-trx
cd osmo-trx
autoreconf -fi
./configure
make -j5
sudo make install
sudo ldconfig
cd ../

run on terminal: (if rt-prio is set in .cfg file, running as root may be required).

osmo-trx-lms -C osmo-trx.git/doc/examples/osmo-trx-lms/osmo-trx-limesdr.cfg

Old osmo-trx-uhd for LimeSuite

This page used to contain instructions on how to build osmo-trx[-uhd] with uhd, soapy-uhd, soapysdr and LimeSuite on an Ubuntu 16.04.

Since meanwhile, osmo-trx-lms has been introduced, there is no longer any need for this complex chain of dependency. With osmo-trx-lms, osmo-trx can directly use LimeSuite without any intermediaries such as UHD, SoapyUHD, SoapySDR or the like. If you're interested in the previous instructions for the older versions, please look at the History of this wiki page using the "History" tab above.

Also note:

Binary Packages

Osmocom provides binary packages for several flavors of Debian and Ubuntu GNU/Linux on a variety of architectures (i586, x86_64, armhf, armv7l). Unless you are a software developer interested in developing on Osmocom, it is recommended you use those packages instead of building from source.

For more details see Binary_Packages

Files (1)
limesdr.cfg limesdr.cfg 283 Bytes limesdr.cfg from duo_kali laforge, 06/13/2018 02:11 PM

Updated by pespin over 5 years ago · 4 revisions

Add picture from clipboard (Maximum size: 48.8 MB)