diff options
author | Josh Blum <josh@joshknows.com> | 2011-12-12 10:39:03 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-12-12 10:39:03 -0800 |
commit | b433c25b1934fd2de60b6aa394eb741daa997649 (patch) | |
tree | 23dbe54d6b38da7228b4676fa97753d933d76f52 /host/docs | |
parent | f3654090d9df5c1437e128ae4a13617d069f586d (diff) | |
download | uhd-b433c25b1934fd2de60b6aa394eb741daa997649.tar.gz uhd-b433c25b1934fd2de60b6aa394eb741daa997649.tar.bz2 uhd-b433c25b1934fd2de60b6aa394eb741daa997649.zip |
uhd: correct images docs for ZPU support
Diffstat (limited to 'host/docs')
-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 |