uhd/firmware
2012-07-19 13:24:42 -07:00
..
fx2 b100: firmware updates for next branch compatability 2012-07-19 13:24:42 -07:00
zpu usrp2: fix fw bug for spi transact (order of operations) 2012-06-07 14:00:36 -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