Files
UHD-Fairwaves/zpu/README
2014-04-07 17:34:55 -07:00

17 lines
560 B
Plaintext

########################################################################
# ZPU firmware code for USRP2 and N Series
########################################################################
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
########################################################################
# Run the following commands to build
########################################################################
mkdir build
cd build
cmake ../
make