File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,9 @@ sudo apt install soapysdr-module-bladerf
3939````
4040Finally, install the BladeRF firmware:
4141````
42- sudo bladeRF-install-firmware
42+ sudo add-apt-repository ppa:nuandllc/bladerf
43+ sudo apt-get update
44+ sudo apt-get install bladerf
4345````
4446
4547### Check SDR availability
@@ -65,27 +67,21 @@ Found device 2
6567## Downloading
6668````
6769git clone --recurse-submodules https://github.com/5G-MAG/rt-mbms-tx-for-qrd-and-crd.git
68-
6970cd rt-mbms-tx-for-qrd-and-crd
70-
7171git submodule update
72-
7372mkdir build && cd build
7473````
7574
7675## Building
77- ``
76+ ````
7877cmake -DCMAKE_INSTALL_PREFIX=/usr -GNinja ..
79- ``
80-
81- ``
8278ninja
83- ``
79+ ````
8480
8581## Installing
86- ``
82+ ````
8783sudo ninja install
88- ``
84+ ````
8985
9086## Configuration after installation
9187Install the configuration:
You can’t perform that action at this time.
0 commit comments