Skip to content

Commit

Permalink
libbladeRF update
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienduarte authored Sep 7, 2016
1 parent d11ff4e commit 8f133ce
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,18 @@ cd yate-bts/
./autogen.sh
./configure
````

Build and install libbladeRF
```javascript
git clone https://github.com/Nuand/bladeRF.git
cd bladeRF/host
mkdir -p build
cd build
#install smake if required
cmake ../
make
sudo make install
sudo ldconfig
````
Create a transceiver suitable for the bladeRF.
```javascript
Expand All @@ -101,9 +112,10 @@ endif
Change to ifneq (yes,no) and save.

make
%if at this point you get an error like "libbladeRF.h: No such file or directory compilation terminated" then you didn't install the libbladeRF tools
cp transceiver-bladerf ../../../openbts/apps/
cd ../../../openbts/apps/
cp transceiver-bladerf ../../../obts/apps/
cd ../../../obts/apps/
ln -sf transceiver-bladerf transceiver
````
Expand Down

0 comments on commit 8f133ce

Please sign in to comment.