uhd/firmware
michael-west 208d851678 Addressing comments from review.
- Corrected types of some variables to be boost types.
- Removed debugging code accidentally left in.
- Changed some compiled out error messages to log messages.
2014-07-17 18:16:04 -07:00
..
fx2 Squashed commit uhd/cleanup. 2013-11-27 11:53:38 -08:00
fx3 b2xx: Pulling FX3 and AD9361 source code into master. 2014-04-07 14:58:25 -07:00
octoclock Squashed commit uhd/cleanup. 2013-11-27 11:53:38 -08:00
x300 Addressing comments from review. 2014-07-17 18:16:04 -07:00
zpu Squashed commit uhd/cleanup. 2013-11-27 11:53:38 -08:00
README.md b2xx: Pulling FX3 and AD9361 source code into master. 2014-04-07 14:58:25 -07:00

Firmware for USRP Devices

fx2/

Description: This is the firmware for the FX2 USB PHY.

Devices: USRP1 and B100 devices.

Tools: sdcc, cmake

Build Instructions:

  1. mkdir <build directory>
  2. cd <build directory>
  3. cmake <source directory>
  4. make

fx3/

Description: This is the firmware for the FX3 USB PHY, and the AD9361 RFIC.

Devices: USRP B200 and USRP B210

Tools: Cypress FX3 SDK

Build Instructions:

Please see the fx3/README.md file for additional instructions.

octoclock/

Description: Firmware for the Octoclock device.

Devices: Octoclock.

Tools: avrtools, cmake

Build Instructions: Run make from the Octoclock source directory.

zpu/

Description: Firmware for the soft CPUs in the UHD FPGA images.

Devices: USRP2 and N-Series devices.

Tools: zpu-gcc, cmake

This code requires the gcc-zpu tool-chain which can be found here:

http://opensource.zylin.com/zpudownload.html

zpu-elf-gcc should be in your $PATH

Build Instructions:

  1. mkdir <build directory>
  2. cd <build directory>
  3. cmake <source directory>
  4. make