diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-10-14 11:30:47 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-10-14 11:30:47 +0200 |
commit | e82f7f0e7e49ec9b25dd65249fb603aeca6f283e (patch) | |
tree | fe9881ac8324024fb7c77ebd553315a2f6e25901 /README.md | |
parent | b6e2c99658b38b3ff4c669f1d58b5255cb97dd68 (diff) | |
download | uhd-e82f7f0e7e49ec9b25dd65249fb603aeca6f283e.tar.gz uhd-e82f7f0e7e49ec9b25dd65249fb603aeca6f283e.tar.bz2 uhd-e82f7f0e7e49ec9b25dd65249fb603aeca6f283e.zip |
uhd: Updated some readmes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -60,11 +60,26 @@ __firmware/__ The source code for all microprocessors in USRP hardware. -__fpga/__ +__fpga-src/__ -The source code for the UHD FPGA images. +The source code for the UHD FPGA images. Note this is a git submodule, +if you are cloning the repository and want to modify the FPGA code, +you will need to run 'git clone --recursive' to automatically +populate this directory. Alternatively, you can run 'git submodule init' +followed by 'git submodule update' to populate it after cloning the +repository without '--recursive'. + +Note that this subdirectory is very large, and not necessary for +building applications that link against UHD. __images/__ This contains the package builder for FPGA and firmware images. +We provide other tools to downloade image packages, the scripts in here +are mainly relevant for UHD maintainers and -developers. + +__tools/__ + +Additional tools, mainly for debugging purposes. See the readme-file +in that directory for more details on the individual tools. |