discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] How can I rebuild USRP2 FPGA source


From: Matt Ettus
Subject: Re: [Discuss-gnuradio] How can I rebuild USRP2 FPGA source
Date: Wed, 29 Jul 2009 17:30:37 -0700
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

shudii wrote:
Hi All~

I have some problems about USRP2.

   OS : Windows XP SP3 + VMWare for ubuntu 9.04
   GRC 3.2.2
   ISE 10.1 K.31(installed in ubuntu)
   USRP2 : u2_rev3_ise10.1sp3_r11370.bin / txrx_edk10.1_r11370.bin

1. How to rebuild FPGA source?
   when I execute "$./Makefile" in "u2_rev3" folder at Terminal command line
, many error occur….
      error massage : attachfile(error_massage)


You are invoking it wrong.  You did this:

address@hidden:~/gnuradio/usrp2/fpga/top/u2_rev3$ ./Makefile

You should just type "make"


2. how can I get the documents about USRP2 architecture(?) or USRP2 FPGA
operation...., aeMB....

The code is the main documentation at this point. The aeMB has its own documentation elsewhere.

3. My ethernet controller is sometimes not works well.
   eth controller : Atheros AR8121/AR8113/AR8114 (motherboard ASUS P5Q)
   That eth-controller is Gigabit ethernet controller that I know of.
      error massage : attachfile(GRC_error.png)

The "SSSSS" message is because you are not enabling real time scheduling -- see the notice a couple lines up where it says that. You need to do this:

http://www.mail-archive.com/address@hidden/msg11384.html

Matt





reply via email to

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