discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] "Can't find fgpa bitstream"


From: Berndt Josef Wulf
Subject: Re: [Discuss-gnuradio] "Can't find fgpa bitstream"
Date: Sun, 19 Mar 2006 12:48:21 +1030
User-agent: KMail/1.9.1

On Sunday 19 March 2006 11:00, Vincenzo Pellegrini wrote:
> I'd be really thankful if somebody could shade light on this error.when
> I get to this point the green led on usrp has already slowed down to 1
> Hz.but it seems I can't go further for the moment
>
> thanks
> vincenzo
>
>
> address@hidden usrp]# sudo ./usrp_oscope.py
> Can't find fpga bitstream: std_2rxhb_2tx.rbf
> Traceback (most recent call last):
>   File "./usrp_oscope.py", line 236, in ?
>     main ()
>   File "./usrp_oscope.py", line 232, in main
>     app = stdgui.stdapp(app_flow_graph, "USRP O'scope", nstatus=1)
>   File "/usr/local/lib/python2.3/site-
> packages/gnuradio/wxgui/stdgui.py", line 36, in __init__
>     wx.App.__init__ (self, redirect=False)
>   File "/usr/lib/python2.3/site-packages/wx-2.6-gtk2-ansi/wx/_core.py",
> line 7668, in __init__
>     self._BootstrapApp()
>   File "/usr/lib/python2.3/site-packages/wx-2.6-gtk2-ansi/wx/_core.py",
> line 7320, in _BootstrapApp
>     return _core_.PyApp__BootstrapApp(*args, **kwargs)
>   File "/usr/local/lib/python2.3/site-
> packages/gnuradio/wxgui/stdgui.py", line 39, in OnInit
>     frame = stdframe (self.flow_graph_maker, self.title, self._nstatus)
>   File "/usr/local/lib/python2.3/site-
> packages/gnuradio/wxgui/stdgui.py", line 60, in __init__
>     self.panel = stdpanel (self, self, flow_graph_maker)
>   File "/usr/local/lib/python2.3/site-
> packages/gnuradio/wxgui/stdgui.py", line 81, in __init__
>     self.fg = flow_graph_maker (frame, self, vbox, sys.argv)
>   File "./usrp_oscope.py", line 82, in __init__
>     self.u = usrp.source_c(decim_rate=options.decim)
>   File "/usr/local/lib/python2.3/site-packages/gnuradio/usrp.py", line
> 242, in __init__
>     fpga_filename, firmware_filename)
>   File "/usr/local/lib/python2.3/site-packages/gnuradio/usrp1.py", line
> 1208, in source_c
>     return _usrp1.source_c(*args)
> RuntimeError: can't open usrp1

You have to copy the firmware files manually to usr/local/share/usrp/rev{2,4}

cd <your_path_to_gnuradio_source_code>/usrp/fpga/rbf/rev2
cp *rbf /usr/local/share/usrp/rev2

cd <your_path_to_gnuradio_source_code>/usrp/fpga/rbf/rev4
cp *rbf /usr/local/share/usrp/rev4

The firmware was installed automatically in previous revisions but for some 
reason nolonger is.

Hope this helps

cheerio Berndt

Attachment: pgpDcbRWrQxXS.pgp
Description: PGP signature


reply via email to

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