mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-10-22 23:31:59 +00:00
17 lines
560 B
Plaintext
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
|