Skip to content

Latest commit

 

History

History
 
 

linux

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

bladeRF Linux Source

The linux source is separated out into three separate areas:

Directory Description
apps A collection of applications written to show how to interact with libbladeRF and provide a command-line interface for interacting with the hardware
kernel Kernel driver source code which interacts with Linux's USB subsystem
lib The source for libbladeRF which interacts with the kernel and provides a C-callable interface for opening, probing and interacting with the device

It's highly recommended to build the linux directories in order:

  1. kernel
  2. lib
  3. apps