This repository contains all the source code required to program and interact with a bladeRF platform, including firmware for the Cypress FX3 USB controller, HDL for the Altera Cyclone IV FPGA, and C code for the host side libraries, drivers, and utilities. The source is organized as follows:
Directory | Description |
---|---|
firmware_common | Source and header files common between firmware and host software |
fx3_firmware | Firmware for the Cypress FX3 USB controller |
hdl | All HDL code associated with the Cyclone IV FPGA |
host | Host-side libraries, drivers, utilities and samples |
git clone https://github.com/Nuand/bladeRF.git
bladeRF-cli -p
bladeRF-cli -e info -e version
.bladeRF-cli -f <firmware_file>
.
recovery
command in bladeRF-cli for additional details.For more information, see the bladeRF wiki.
Below are global options to choose which parts of the bladeRF project should be built from the top level. Please see the fx3_firmware and host subdirectories for more specific options.
Option | Description | |
---|---|---|
-DENABLE_FX3_BUILD=\<ON/OFF> | Enables building the FX3 firmware. Default: OFF | |
-DENABLE_HOST_BUILD=\<ON/OFF> | Enables building the host library and utilities overall. Default: ON |