discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Need help in emergency for the fpga image


From: Nick Foster
Subject: Re: [Discuss-gnuradio] Need help in emergency for the fpga image
Date: Wed, 05 Jan 2011 11:55:36 -0800

Thanks for the info. Try the following to compile it using the makefile
we include in the distro.

In order to do this you'll have to have the ISE12 settings exported in
your shell. You can do this by running:

source /opt/Xilinx/12.1/ISE_DS/settings32.sh  *OR*
source /opt/Xilinx/12.1/ISE_DS/settings64.sh 

depending on if you're running a 32-bit or 64-bit system.

Then cd to the usrp2/top/u2_rev3 directory of the fpga repository and
run:

make bin

The bin file will be in the subdirectory build-ISE?? where ?? is the
version of ISE you use. So for 12.1 it will be at
build-ISE12/u2_rev3.bin.

Let me know if that FPGA file works for you and we can work from there.

--n

On Wed, 2011-01-05 at 14:32 -0500, Gabriel Morel wrote:
> ----- Original Message ----- 
> From: "Nick Foster" <address@hidden>
> To: "Gabriel Morel" <address@hidden>
> Sent: Tuesday, January 04, 2011 1:48 PM
> Subject: Re: [Discuss-gnuradio] Need help in emergency for the fpga image
> 
> 
> >I asked you a bunch of questions you didn't answer the last time you
> > posted. I can't help you unless you give me more details. Can you answer
> > these questions for me?
> >
> > 1. Are you planning on using the older raw socket interface or UHD to
> > communicate with your USRP2?
> 
>     I use the raw ethernet version.
> 
> > 2. Are you using the original SD card that came with your USRP2?
> 
>     yes I'm using a SD card that came with my USRP2
> 
> > 3. Does re-loading the original downloaded FPGA bin image onto the same
> > SD card make it work for you?
> 
>     Yes
> 
> > 4. What specific firmware file (including full file name) are you
> > loading onto the SD card?
> 
>     I'm using the WBX daughter board with the fpga bin file
>     u2_rev3-20100603.bin
>     and the firmware
>     txrx_wbx_raw_eth_20100608.bin
>     It is working when both file are loaded together
> 
> 
> > 5. Are you using "make bin" or "make -f Makefile.udp bin" to compile
> > your image?
> 
>      No, I created a project with the FPGA xc3s200fg456-5 in ISE 12.1 and I 
> added all the files of all differents
>     makefile of all folder of the principal makefile in 
> fpga/usrp2/top/u2_rev3.  I implemented the top module and I
>     generated the programming file by double clicking on the command in the 
> design tab.
> 
> > 6. Are you using the master branch or the ise12 branch of the Git
> > repository?
> 
>     I think i used the master branch.  I downloaded all the files in 
> repository fpga.git and used the u2_rev3.v top in fpga/usrp2/top/u2_rev3.
> 
> > --n
> >
> > On Tue, 2011-01-04 at 13:29 -0500, Gabriel Morel wrote:
> >> Hello everyone, I must find a way to compile the FPGA project for the
> >> USRP2 to continue my Masters. I use ISE 12.1
> >> and the top project u2_rev3 in
> >> the repository git://ettus.sourcerepo.com/ettus/fpga.git using all
> >> the files in different makefile.
> >> The compilation works well and I get the bin file of 842Kb. But during
> >> the test, only one of the lights glow
> >> and the computer does not see the radio.  Is there someone who
> >> can reproduce this bug and help me find
> >> an answer?
> >>
> >> Gabriel
> >> _______________________________________________
> >> Discuss-gnuradio mailing list
> >> address@hidden
> >> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> >
> > 
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio





reply via email to

[Prev in Thread] Current Thread [Next in Thread]