diff options
author | Josh Blum <josh@joshknows.com> | 2011-12-12 10:39:03 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-12-16 10:51:09 -0800 |
commit | 8288ab3924b9504d973377be61b1048a6411196d (patch) | |
tree | 273fdcc9f83c25f8dae3174acb4c5b0d8c058e6a /host | |
parent | f8d66fcfb14062283cdb0d0cbe4f77e2964ceb82 (diff) | |
download | uhd-8288ab3924b9504d973377be61b1048a6411196d.tar.gz uhd-8288ab3924b9504d973377be61b1048a6411196d.tar.bz2 uhd-8288ab3924b9504d973377be61b1048a6411196d.zip |
uhd: correct images docs for ZPU support
Diffstat (limited to 'host')
-rw-r--r-- | host/docs/images.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/host/docs/images.rst b/host/docs/images.rst index ddfb17d6e..a25268990 100644 --- a/host/docs/images.rst +++ b/host/docs/images.rst @@ -68,13 +68,13 @@ Make sure that xtclsh from the Xilinx ISE bin directory is in your $PATH. See <uhd-repo-path>/fpga/usrp2/top/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Microblaze firmware builds +ZPU firmware builds ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The Microblaze GCC compiler from the Xilinx EDK is required to build the Microblaze firmware images. -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. +The ZPU GCC compiler is required to build the ZPU firmware images. +The build requires that you have a unix-like environment with cmake and make. +Make sure that zpu-elf-gcc is in your $PATH. -See <uhd-repo-path>/firmware/microblaze +See <uhd-repo-path>/firmware/zpu ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Altera FPGA builds @@ -88,6 +88,6 @@ See <uhd-repo-path>/fpga/usrp1/toplevel/* FX2 firmware builds ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The sdcc compiler is required to build the FX2 firmware images. -The build requires that you have a unix-like environment with autotools and make. +The build requires that you have a unix-like environment with cmake and make. See <uhd-repo-path>/firmware/fx2 |