bladeRF is an open-source hardware and software software-defined radio (SDR) platform.
bladeRF is an open-source hardware and software software-defined radio (SDR) platform. This port provides 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.
bladeRF is an open-source hardware and software software-defined radio (SDR) platform. This port provides 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.
To install bladeRF, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bladeRF
To see what files were installed by bladeRF, run:
port contents bladeRF
To later upgrade bladeRF, run:
sudo port selfupdate && sudo port upgrade bladeRF
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.