discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Error on firmware


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Error on firmware
Date: Thu, 19 Apr 2007 08:09:32 -0700
User-agent: Mutt/1.5.9i

On Tue, Mar 13, 2007 at 04:53:24AM -0700, Kuntal Majumdar wrote:
> Hello,
> 

> Please help me out. I am getting this error message whenever I try
> the usrper ..... command except the times when I am loading the fpga
> with my own .rbf file.

> 
> "found unconfigured usrp; needs firmware"
> 

> What does this mean? And does it have anything to do with the
> microcontroller sitting between the usb and the fpga? Please tell me
> a solution for this.


It means it found a USRP that didn't have any firmware loaded into the FX2.

If you are using usrper instead of using the standard host libraries,
you'll need to load firmware into the FX2 before you are able to load
the FPGA rbf.

  
    address@hidden ibu]$ usrper --help
    usrper: invalid option -- -
    usage:
    usrper [-v] [-w <which_board>] [-x] ...
    usrper load_standard_bits
    usrper load_firmware <file.ihx>
    usrper load_fpga <file.rbf>
    usrper write_fpga_reg <reg8> <value32>
    usrper set_fpga_reset {on|off}
    usrper set_fpga_tx_enable {on|off}
    usrper set_fpga_rx_enable {on|off}
    ----- diagnostic routines -----
    usrper led0 {on|off}
    usrper led1 {on|off}
    usrper set_hash0 <hex-string>
    usrper get_hash0
    usrper i2c_read i2c_addr len
    usrper i2c_write i2c_addr <hex-string>
    usrper 9862a_write regno value
    usrper 9862b_write regno value
    usrper 9862a_read regno
    usrper 9862b_read regno


$ usrper load_firmware /usr/local/share/usrp/rev4/std.ihx
$ usrper load_fpga <path-to-my-rbf>


Eric




reply via email to

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