diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index df17611d8..713701cc6 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -14,7 +14,7 @@ set(MBELIB_TAG 9a04ed5c78176a9965f3d43f7aa1b1f5330e771f) set(SERIALDV_TAG abd65a0fc2d5339808194862d14119b0cba70424) set(DSDCC_TAG a0f46941383120904c7211cf0fd94f04e2abfe73) set(LIMESUITE_TAG "v19.01.0") -set(BLADERF_TAG 896d2431b3a35a4b31b6e729386202ebf5fdc5c0) +set(BLADERF_TAG "2018.10-rc1") set(LIBIIO_TAG 826563e41b5ce9890b75506f672017de8d76d52d) set(AIRSPYHF_TAG "1.1.5") set(PERSEUS_TAG afefa23e3140ac79d845acb68cf0beeb86d09028) diff --git a/plugins/samplesink/bladerf1output/readme.md b/plugins/samplesink/bladerf1output/readme.md index f44fe0dbe..9617d8ca5 100644 --- a/plugins/samplesink/bladerf1output/readme.md +++ b/plugins/samplesink/bladerf1output/readme.md @@ -26,7 +26,12 @@ This works similarly to LimeSDR USB or BladeRF 2.0 micro The plugin will be built only if the [BladeRF host library](https://github.com/Nuand/bladeRF) is installed in your system. If you build it from source and install it in a custom location say: `/opt/install/libbladeRF` you will have to add `-DBLADERF_INCLUDE_DIR=/opt/install/libbladeRF` to the cmake command line. -Note that since version 4.2.0 the libbladeRF v2 (specifically the git tag 2018.08) is used. +Note that libbladeRF v2 with git tag 2018.10-rc1 should be used (official release) thus: + + - The FX3 firmware version should be v2.3.1 + - The FPGA image version should be v0.9.0 + +The FPGA .rbf file should be copied to the folder where the `sdrangel` binary resides. You can download FPGA images from [here](https://www.nuand.com/fpga_images/) The BladeRF Host library is also provided by many Linux distributions (check its version) and is built in the SDRangel binary releases. diff --git a/plugins/samplesink/bladerf2output/readme.md b/plugins/samplesink/bladerf2output/readme.md index 328df6b9f..9260e0867 100644 --- a/plugins/samplesink/bladerf2output/readme.md +++ b/plugins/samplesink/bladerf2output/readme.md @@ -8,7 +8,12 @@ This output sample sink plugin sends its samples to a [BladeRF2 device](https:// The plugin will be built only if the [BladeRF host library](https://github.com/Nuand/bladeRF) is installed in your system. If you build it from source and install it in a custom location say: `/opt/install/libbladeRF` you will have to add `-DBLADERF_DIR=/opt/install/libbladeRF/include` to the cmake command line. -Note that the libbladeRF v2 (specifically the git tag 2018.08) is used. The FPGA image v0.7.3 should be used accordingly. The FPGA .rbf file should be copied to the folder where the `sdrangel` binary resides. You can download FPGA images from [here](https://www.nuand.com/fpga_images/) +Note that libbladeRF v2 with git tag 2018.10-rc1 should be used (official release) thus: + + - The FX3 firmware version should be v2.3.1 + - The FPGA image version should be v0.9.0 + +The FPGA .rbf file should be copied to the folder where the `sdrangel` binary resides. You can download FPGA images from [here](https://www.nuand.com/fpga_images/) The BladeRF Host library is also provided by many Linux distributions (check its version) and is built in the SDRangel binary releases. diff --git a/plugins/samplesource/bladerf1input/readme.md b/plugins/samplesource/bladerf1input/readme.md index 23c53b3b6..fa24bb156 100644 --- a/plugins/samplesource/bladerf1input/readme.md +++ b/plugins/samplesource/bladerf1input/readme.md @@ -8,7 +8,12 @@ This input sample source plugin gets its samples from a [BladeRF1 device](https: The plugin will be built only if the [BladeRF host library](https://github.com/Nuand/bladeRF) is installed in your system. If you build it from source and install it in a custom location say: `/opt/install/libbladeRF` you will have to add `-DBLADERF_INCLUDE_DIR=/opt/install/libbladeRF` to the cmake command line. -Note that libbladeRF v2 with git tag 2018.08 should be used (official release). The FPGA image v0.7.3 should be used accordingly. The FPGA .rbf file should be copied to the folder where the `sdrangel` binary resides. You can download FPGA images from [here](https://www.nuand.com/fpga_images/) +Note that libbladeRF v2 with git tag 2018.10-rc1 should be used (official release) thus: + + - The FX3 firmware version should be v2.3.1 + - The FPGA image version should be v0.9.0 + +The FPGA .rbf file should be copied to the folder where the `sdrangel` binary resides. You can download FPGA images from [here](https://www.nuand.com/fpga_images/) The BladeRF Host library is also provided by many Linux distributions (check its version) and is built in the SDRangel binary releases. diff --git a/plugins/samplesource/bladerf2input/readme.md b/plugins/samplesource/bladerf2input/readme.md index a0d81b3bb..fb14662e7 100644 --- a/plugins/samplesource/bladerf2input/readme.md +++ b/plugins/samplesource/bladerf2input/readme.md @@ -8,7 +8,12 @@ This input sample source plugin gets its samples from a [BladeRF 2.0 micro devic The plugin will be built only if the [BladeRF host library](https://github.com/Nuand/bladeRF) is installed in your system. If you build it from source and install it in a custom location say: `/opt/install/libbladeRF` you will have to add `-DBLADERF_INCLUDE_DIR=/opt/install/libbladeRF` to the cmake command line. -Note that libbladeRF v2 with git tag 2018.08 should be used (official release). The FPGA image v0.7.3 should be used accordingly. The FPGA .rbf file should be copied to the folder where the `sdrangel` binary resides. You can download FPGA images from [here](https://www.nuand.com/fpga_images/) +Note that libbladeRF v2 with git tag 2018.10-rc1 should be used (official release) thus: + + - The FX3 firmware version should be v2.3.1 + - The FPGA image version should be v0.9.0 + +The FPGA .rbf file should be copied to the folder where the `sdrangel` binary resides. You can download FPGA images from [here](https://www.nuand.com/fpga_images/) The BladeRF Host library is also provided by many Linux distributions (check its version) and is built in the SDRangel binary releases.