diff options
Diffstat (limited to 'firmware/README.txt')
-rw-r--r-- | firmware/README.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/firmware/README.txt b/firmware/README.txt new file mode 100644 index 000000000..1c233de1d --- /dev/null +++ b/firmware/README.txt @@ -0,0 +1,31 @@ +######################################################################## +# 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 |