uhd/firmware
2012-03-21 11:31:05 -07:00
..
fx2 B100: enable_gpif(0) disables FIFO output clock on FX2. this prevents the "stuffing zeroes" problem and improves transport reliability. 2012-03-16 11:27:39 -07:00
zpu usrp2: fw unlocks when ICMP dest unreachable 2012-03-21 11:31:05 -07:00
README.txt uhd: added/renamed various readme files 2012-02-04 15:12:37 -08:00

########################################################################
# Firmware for USRP devices
########################################################################

fx2/

    Description: firmware for FX2 device

    Devices: USRP1 and B100

    Tools: sdcc, cmake

    Build Instructions:
        1) mkdir <build directory>
        2) cd <build directory>
        3) cmake <source directory>
        4) make

zpu/

    Description: firmware for soft CPU in FPGA

    Devices: USRP2 and N Series

    Tools: zpu-gcc, cmake

    Build Instructions:
        1) mkdir <build directory>
        2) cd <build directory>
        3) cmake <source directory>
        4) make