discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] USRP2 firmware build


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] USRP2 firmware build
Date: Fri, 3 Oct 2008 11:29:32 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Fri, Oct 03, 2008 at 01:58:02PM -0400, Jeff Long wrote:
> Trying out the firmware build ...
>
> - had to comment out apps/rx_only_v2.c, line 104
>   (static volatile bool link_is_up = false) to avoid
>   multiple definitions ... does not appear to be used
>   in this file and is declared static
>
> - build exceeds size of flatmem (0x8000) ... bumped to
>   0xa000 and it worked, but I don't know what flatmem is
>   at this point, so that's probably wrong

flatmem is the total size of available memory.  It's 32K, so if it's
taking 0xa000, you've got a problem :-)

> - not sure why, but the EDK101_GPL_GNU gcc didn't build
>   right on a Fedora 9 machine ... worked fine on Fedora 8
>   ... will try again

Fedora 9 uses gcc 4.3 which is more stingent than earlier versions.

> Also, should USRP2/RFX be working at this point?  Noticed
> select_rx_antenna is unimplemented (get more signal using
> RX2 than TX/RX but signal is really low), and rfx_set_gain_rx
> doesn't seem to have any effect.

Thanks for the feedback.

I'll be testing this with the EDK101 tools soon.  Most likely today.

None of the interfaces are stable at this point.
There has been no comprehensive QA of any of the daugherboard code.
All the daughterboard code does not fit at this time.  We're
investigating our options, including overlays loaded out of the flash
at boot time.

See also the open tickets:
http://gnuradio.org/trac/query?status=new&status=assigned&status=reopened&component=usrp2&order=priority

Eric




reply via email to

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