bladeRF icon indicating copy to clipboard operation
bladeRF copied to clipboard

bladeRF USB 3.0 Superspeed Software Defined Radio Source Code

Results 135 bladeRF issues
Sort by recently updated
recently updated
newest added

BladeRF 2.0 A4, firmware version installed: 2.4.0 FIRMWARE: `bladeRF-cli -f bladeRF_fw_v2.4.0.img` Output: ``` Flashing firmware... [INFO @ host/libraries/libbladeRF/src/backend/usb/usb.c:504] Erasing 3 blocks starting at block 0 [INFO @ host/libraries/libbladeRF/src/backend/usb/usb.c:508] Erasing block...

I noticed in the [constraints](https://github.com/Nuand/bladeRF/blob/6ad1a34f9dc0a7d9118ed9c0ac8d8e196db0a9eb/hdl/fpga/platforms/bladerf/constraints/bladerf.sdc#L34) a multicycle path of 2 for the FX3 input path between the PCLK input and its -500ps phase delayed internal clock. I don't see the...

I failed to cross compile the windows 64 bit binaries using `x86_64-w64-mingw32`. ``` mkdir host/build cd host/build cmake -DCMAKE_INSTALL_PREFIX=$prefix\ -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TARGET_TOOLCHAIN}\ -DCMAKE_BUILD_TYPE=Release\ -DENABLE_BACKEND_LIBUSB=TRUE .. make ``` It fails with: ``` [08:49:59]...

I failed to cross compile the windows 32 bit binaries using `i686-w64-mingw32`. ``` mkdir host/build cd host/build cmake -DCMAKE_INSTALL_PREFIX=$prefix\ -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TARGET_TOOLCHAIN}\ -DCMAKE_BUILD_TYPE=Release\ -DENABLE_BACKEND_LIBUSB=TRUE .. make ``` It fails with: ``` [08:16:42]...

I failed to cross compile the freebsd binaries using `x86_64-unknown-freebsd`. ``` mkdir host/build cd host/build cmake -DCMAKE_INSTALL_PREFIX=$prefix\ -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TARGET_TOOLCHAIN}\ -DCMAKE_BUILD_TYPE=Release\ -DENABLE_BACKEND_LIBUSB=TRUE .. make ``` It fails with: ``` [08:34:32] /workspace/srcdir/bladeRF/host/utilities/bladeRF-cli/src/input/editline.c:23:10: fatal...