uhd/firmware
2014-02-14 12:07:25 -08:00
..
fx2 Squashed commit uhd/cleanup. 2013-11-27 11:53:38 -08:00
octoclock Squashed commit uhd/cleanup. 2013-11-27 11:53:38 -08:00
x300 Putting the ICMP destination unreachable fix in X300 firmware. 2014-02-14 12:07:25 -08:00
zpu Squashed commit uhd/cleanup. 2013-11-27 11:53:38 -08:00
README.md Squashed commit uhd/cleanup. 2013-11-27 11:53:38 -08: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

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