diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-14 13:30:39 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-14 13:30:39 -0800 |
commit | fcfac9f3607fdc04d3624034ada2ff724a500b06 (patch) | |
tree | 81f8ae7b52fa7460225ceedc59ebc6033cc8a5e7 /firmware/microblaze/README | |
parent | c4fe49e84a5632eeae9d6102cba41d8b83ca2a99 (diff) | |
download | uhd-fcfac9f3607fdc04d3624034ada2ff724a500b06.tar.gz uhd-fcfac9f3607fdc04d3624034ada2ff724a500b06.tar.bz2 uhd-fcfac9f3607fdc04d3624034ada2ff724a500b06.zip |
usrp2: removed auto* stuff (except usrp2p) and added to readme and authors
Diffstat (limited to 'firmware/microblaze/README')
-rw-r--r-- | firmware/microblaze/README | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/firmware/microblaze/README b/firmware/microblaze/README index 1479ffe1f..ba0aa11eb 100644 --- a/firmware/microblaze/README +++ b/firmware/microblaze/README @@ -1,3 +1,16 @@ -./bootstrap -./configure --host=mb +######################################################################## +# ZPU firmware code for USRP2 and N Series +######################################################################## +This code requires the gcc-zpu tool-chain which can be found here: + +http://opensource.zylin.com/zpudownload.html + +zpu-elf-gcc should be in your $PATH + +######################################################################## +# Run the following commands to build +######################################################################## +mkdir build +cd build +cmake ../ make |