diff options
Diffstat (limited to 'firmware/README.md')
-rw-r--r-- | firmware/README.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/firmware/README.md b/firmware/README.md index c8ad9df16..b549d993b 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -18,7 +18,7 @@ __Build Instructions:__ ## fx3/ -__Description:__ This is the firmware for the FX3 USB PHY, and the AD9361 RFIC. +__Description:__ This is the firmware for the FX3 USB PHY. __Devices:__ USRP B200 and USRP B210 @@ -36,7 +36,12 @@ __Devices:__ Octoclock. __Tools:__ avrtools, cmake -__Build Instructions:__ Run `make` from the Octoclock source directory. +__Build Instructions:__ + +1. mkdir `<build directory>` +2. cd `<build directory>` +3. cmake `<source directory>` +4. make ## zpu/ |