diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-18 13:42:47 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-18 13:42:47 -0700 |
commit | 8740197dfed997bb235b73ec649edb803d544326 (patch) | |
tree | 9252cbf2b8afcfb20122fbc6a16d3e7d81f0432a /host/docs/usrp2.rst | |
parent | 4aa48966bff52e5fec2980d27c762b82d3ff8f1e (diff) | |
download | uhd-8740197dfed997bb235b73ec649edb803d544326.tar.gz uhd-8740197dfed997bb235b73ec649edb803d544326.tar.bz2 uhd-8740197dfed997bb235b73ec649edb803d544326.zip |
uhd: docs on building and installing images
Diffstat (limited to 'host/docs/usrp2.rst')
-rw-r--r-- | host/docs/usrp2.rst | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst index bc4ea0e44..3ac326f58 100644 --- a/host/docs/usrp2.rst +++ b/host/docs/usrp2.rst @@ -5,42 +5,6 @@ UHD - USRP2 Application Notes .. contents:: Table of Contents ------------------------------------------------------------------------ -Building firmware and FPGA images ------------------------------------------------------------------------- - -^^^^^^^^^^^^^^^^^^ -FPGA Image -^^^^^^^^^^^^^^^^^^ -Xilinx ISE 10.1 and up is required to build the FPGA image for the USRP2. -The build requires that you have a unix-like environment with make. -Make sure that xtclsh from the Xilinx ISE bin directory is in your $PATH. - -Run the following commands: -:: - - cd <uhd-repo-path>/fpga/usrp2/top/u2_rev3 - make -f Makefile.udp bin - -*The image file will be ./build/u2_rev3.bin* - -^^^^^^^^^^^^^^^^^^ -Firmware Image -^^^^^^^^^^^^^^^^^^ -The Microblaze GCC compiler from the Xilinx EDK is required to build the firmware. -The build requires that you have a unix-like environment with autotools and make. -Make sure that mb-gcc from the Xilinx EDK/microblaze directory is in your $PATH. - -Run the following commands: -:: - - cd <uhd-repo-path>/firmware/microblaze - ./boostrap - ./configure --host=mb - make - -*The image file will be ./usrp2/usrp2_txrx_uhd.bin* - ------------------------------------------------------------------------- Load the images onto the SD card ------------------------------------------------------------------------ **Warning!** |